|
|
@ -62,6 +62,7 @@ public class PointsIntegralAdjustmentCheckDTO implements Serializable { |
|
|
|
* 性别(0-女,1-男) |
|
|
|
*/ |
|
|
|
private String sex; |
|
|
|
private String sexName; |
|
|
|
|
|
|
|
/** |
|
|
|
* 出生日期 |
|
|
@ -87,6 +88,7 @@ public class PointsIntegralAdjustmentCheckDTO implements Serializable { |
|
|
|
* 积分操作类型(0:减;1:加) |
|
|
|
*/ |
|
|
|
private String operationType; |
|
|
|
private String operationTypeName; |
|
|
|
|
|
|
|
/** |
|
|
|
* 积分调整值 |
|
|
@ -127,6 +129,7 @@ public class PointsIntegralAdjustmentCheckDTO implements Serializable { |
|
|
|
* 审核状态(1:未审核;2:通过;3:不通过) |
|
|
|
*/ |
|
|
|
private Integer state; |
|
|
|
private String stateName; |
|
|
|
|
|
|
|
/** |
|
|
|
* 审核意见 |
|
|
|