| | |
| | | |
| | | private String id; |
| | | private Integer type;//1、获取 2、消耗 |
| | | @Excel(sort = 4,title = "类型") |
| | | private String typeName;//1、获取 2、消耗 |
| | | |
| | | private String integralSource;//积分怎么来的 |
| | |
| | | private String companyId; |
| | | private String userId; |
| | | private Integer userType; |
| | | @Excel(sort = 3,title = "余额") |
| | | private Double balanc;//当前余额 |
| | | |
| | | @Excel(sort = 2,title = "积分") |
| | | private Double integralWater;//当前可改积分流水 |
| | | |
| | | private Double changeIntegral;//变量在积分超市 修改前的变量 |
| | | |
| | | |
| | | @Excel(sort = 1,title = "时间") |
| | | private Date createTime; |
| | | @Excel(sort = 2,title = "人员类别") |
| | | private String userTypeName; |
| | | @Excel(sort = 3,title = "人员姓名") |
| | | private String realName;//真实姓名 |
| | | @Excel(sort = 4,title = "积分") |
| | | private Double integralWater;//当前可改积分流水 |
| | | |
| | | @Excel(sort = 5,title = "说明") |
| | | private String remark;//说明 |
| | | |
| | | @Excel(sort = 6,title = "人员姓名") |
| | | private String realName;//真实姓名 |
| | | |
| | | } |