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