报工时间修改 新增汇率接口
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user