ci: 制修订流程-部分字段翻译
This commit is contained in:
+3
@@ -10,6 +10,7 @@ import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import com.jero.common.aspect.annotation.Dict;
|
||||
import com.jero.modules.activiti.process.esRevision.entity.vo.InspectContentVO;
|
||||
import com.jero.modules.activiti.process.esRevision.entity.vo.OtherDraftUserVO;
|
||||
import com.jero.modules.activiti.process.esRevision.entity.vo.ReviewMeetingDetailVO;
|
||||
@@ -112,6 +113,7 @@ public class ProcessEsRevision implements Serializable {
|
||||
/**
|
||||
* 是否需要稽查 0不需要 1需要
|
||||
*/
|
||||
@Dict(dicCode = "yn")
|
||||
@ApiModelProperty(value = "是否需要稽查 0不需要 1需要")
|
||||
private String inspectFlag;
|
||||
|
||||
@@ -181,6 +183,7 @@ public class ProcessEsRevision implements Serializable {
|
||||
/**
|
||||
* 参会人员
|
||||
*/
|
||||
@Dict(dictTable = "sys_user", dicCode = "id", dicText = "CONCAT(realname, '(', username, ')')")
|
||||
@ApiModelProperty(value = "参会人员")
|
||||
private String meetingUsers;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user