fix: 制修订流程结束 生成评审会记录BUG
This commit is contained in:
+4
-4
@@ -29,13 +29,13 @@ public class EnterpriseStandardReviewMeetingVo {
|
|||||||
@ApiModelProperty(value = "企标编号")
|
@ApiModelProperty(value = "企标编号")
|
||||||
private String standardName;
|
private String standardName;
|
||||||
|
|
||||||
@Dict(dictTable = "sys_user", dicCode = "id", dicText = "realname")
|
|
||||||
@ApiModelProperty(value = "主起草人")
|
@ApiModelProperty(value = "主起草人")
|
||||||
private String mainDraftingUser;
|
@Dict(dictTable = "sys_user", dicCode = "id", dicText = "realname")
|
||||||
|
private String mainDraftUser;
|
||||||
|
|
||||||
@Dict(dictTable = "sys_depart", dicCode = "id", dicText = "depart_name")
|
|
||||||
@ApiModelProperty(value = "主起草单位")
|
@ApiModelProperty(value = "主起草单位")
|
||||||
private String mainDraftingUnit;
|
@Dict(dictTable = "sys_depart", dicCode = "id", dicText = "depart_name")
|
||||||
|
private String mainDraftUnit;
|
||||||
|
|
||||||
/**评审日期*/
|
/**评审日期*/
|
||||||
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|
||||||
|
|||||||
Reference in New Issue
Block a user