推荐有礼
This commit is contained in:
parent
221b357b7f
commit
1177caac17
@ -0,0 +1,13 @@
|
|||||||
|
package com.fuint.business.marketingActivity.cardFavorable.vo;
|
||||||
|
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
import java.io.Serializable;
|
||||||
|
|
||||||
|
@Data
|
||||||
|
public class LJUserVos implements Serializable {
|
||||||
|
private String gradeName;
|
||||||
|
private Integer countAll;
|
||||||
|
private Integer count;
|
||||||
|
private String rate;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user