feat(task): 添加企业信息到项目任务评分功能

master
zhaokai 2026-03-16 10:52:52 +08:00
parent 78bae8957c
commit 01af3b1305
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ public class DomainDepartmentCO {
private String createName;
//创建时间
@ApiModelProperty(value = "创建时间")
1
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private LocalDateTime createTime;
@ApiModelProperty(value = "领域部门人员列表")