D1D0数据同步,提现审核相关

This commit is contained in:
liuyingfang
2023-07-06 17:01:21 +08:00
parent f0174ef087
commit a473fd6457
10 changed files with 271 additions and 37 deletions

View File

@@ -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;
}