This commit is contained in:
dute7liang
2024-01-20 01:43:28 +08:00
parent 168ce04086
commit 6993f764b7
6 changed files with 68 additions and 35 deletions

View File

@@ -48,6 +48,7 @@ public class AccountChangeLog implements Serializable {
* 名称
*/
private String cateAdminName;
private Integer changeType;
private Long traceId;
private String traceLinkType;
/**
@@ -76,6 +77,7 @@ public class AccountChangeLog implements Serializable {
public void init(AccountChangeCodeEnum change){
this.setAccountType(change.getAccountType().getCode());
this.setChangeType(change.getCode());
this.setCateId(change.getCate().getCode());
this.setCateAdminName(change.getText());
this.setTraceLinkType(change.getCate().name());