!74 feat(xispeak): 实体类关联督办状态和反馈状态字典
Merge pull request !74 from wsm/chroe/update_entity_dictcode
This commit is contained in:
+2
-2
@@ -181,8 +181,8 @@ public class BgXiSpeak implements Serializable {
|
||||
@TableLogic
|
||||
private java.lang.Integer delFlag;
|
||||
/**流程引擎状态字段*/
|
||||
// @ExcelColumn(name = "流程引擎状态字段", width = 15)
|
||||
@Schema(description = "流程引擎状态字段")
|
||||
@Dict( dicCode = "super_status" )
|
||||
@Schema(description = "督办状态")
|
||||
private java.lang.Integer bpmStatus;
|
||||
/**督办次数*/
|
||||
@Excel(name = "督办次数", width = 15)
|
||||
|
||||
+2
-2
@@ -81,8 +81,8 @@ public class BgXiSpeakFeedback implements Serializable {
|
||||
|
||||
/**完成状态*/
|
||||
@Excel(name = "反馈措施完成状态", width = 15)
|
||||
@Schema(description = "反馈措施完成状态(0推进中,1已完成)")
|
||||
@Dict( dicCode = "measure_complete_status")
|
||||
@Schema(description = "反馈措施完成状态(未开始(1) / 进行中(2) / 已完成(3))")
|
||||
@Dict( dicCode = "feedback_status")
|
||||
private java.lang.String completionStatus;
|
||||
|
||||
/**是否存在完成风险(0不存在,1存在)*/
|
||||
|
||||
Reference in New Issue
Block a user