🐞 fix: 修改一些小问题

This commit is contained in:
砂糖
2025-12-30 17:49:45 +08:00
parent a623c5673f
commit d193f43f30
11 changed files with 179 additions and 99 deletions

View File

@@ -29,4 +29,12 @@ public class HrmFlowInstanceBo extends BaseEntity {
private Long startUserId;
private String remark;
private String startTime;
private String endTime;
private String hours;
private String bizTitle;
}