D1D0数据同步,提现审核相关
This commit is contained in:
@@ -70,11 +70,11 @@ public class Cash {
|
||||
private String updator;
|
||||
private Integer type;
|
||||
|
||||
/**
|
||||
* 备注
|
||||
*/
|
||||
@TableField(exist = false)
|
||||
private String remark;
|
||||
// /**
|
||||
// * 备注
|
||||
// */
|
||||
// @TableField(exist = false)
|
||||
// private String remark;
|
||||
|
||||
@TableField(exist = false)
|
||||
private String phone;
|
||||
@@ -159,5 +159,8 @@ public class Cash {
|
||||
|
||||
@TableField("cashStatus")
|
||||
private String cashStatus;
|
||||
|
||||
@TableField("remark")
|
||||
private String remark;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user