feat(task): 添加企业信息到项目任务评分功能
parent
78bae8957c
commit
01af3b1305
|
|
@ -48,7 +48,7 @@ public class DomainDepartmentCO {
|
||||||
private String createName;
|
private String createName;
|
||||||
//创建时间
|
//创建时间
|
||||||
@ApiModelProperty(value = "创建时间")
|
@ApiModelProperty(value = "创建时间")
|
||||||
1
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||||
private LocalDateTime createTime;
|
private LocalDateTime createTime;
|
||||||
|
|
||||||
@ApiModelProperty(value = "领域部门人员列表")
|
@ApiModelProperty(value = "领域部门人员列表")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue