结算信息逻辑修改(不同步),并且在外层展示用户选择的进件意愿

This commit is contained in:
liuyingfang
2023-06-26 17:55:45 +08:00
parent 082d069909
commit e26d85f4c9
8 changed files with 90 additions and 2 deletions

View File

@@ -153,4 +153,9 @@ public class Account implements Serializable {
@TableField(updateStrategy = FieldStrategy.IGNORED)
private JSONObject bak;
/**
* 权重值
*/
@TableField(value = "valid")
private Integer valid;
}

View File

@@ -330,6 +330,11 @@ public class UserApp {
*/
@TableField("jfShopKey")
private String jfShopKey;
/**
* 角色code
*/
@TableField(exist = false)
private String typeCode;
// /**
// * 有效状态 1有效 -1无效