休假实体类添加是否同步、是否修改字段

This commit is contained in:
cwchen 2025-02-20 13:33:38 +08:00
parent 4d091b4d40
commit fc9b49413f
1 changed files with 5 additions and 0 deletions

View File

@ -197,4 +197,9 @@ public class EvectionBean {
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date updateTime;
/**是否修改*/
private String isUpdate;
/**是否同步*/
private String isSync;
}