报工时间修改 新增汇率接口

This commit is contained in:
2025-07-04 10:40:26 +08:00
parent d542095080
commit 7fb6472b19
3 changed files with 42 additions and 0 deletions

View File

@@ -84,6 +84,12 @@ public class OaProjectReportBo extends BaseEntity {
*/
private Long workType;
/**
* 修改创建时间
*/
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private Date time;
// 新增多用户ID和时间范围
private List<Long> userIds;
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")