yxk-20260508-党委会表单字典添加:年份、密级、完成状态、紧急程度
This commit is contained in:
+2
@@ -94,6 +94,7 @@ public class BgPartymatter implements Serializable {
|
|||||||
private java.lang.String actualExect;
|
private java.lang.String actualExect;
|
||||||
/**完成状态*/
|
/**完成状态*/
|
||||||
@Excel(name = "完成状态", width = 15)
|
@Excel(name = "完成状态", width = 15)
|
||||||
|
@Dict(dicCode = "super_status")
|
||||||
@Schema(description = "完成状态")
|
@Schema(description = "完成状态")
|
||||||
private java.lang.String bpmStatus;
|
private java.lang.String bpmStatus;
|
||||||
/**督办次数*/
|
/**督办次数*/
|
||||||
@@ -108,6 +109,7 @@ public class BgPartymatter implements Serializable {
|
|||||||
private java.util.Date deadline;
|
private java.util.Date deadline;
|
||||||
/**紧急程度*/
|
/**紧急程度*/
|
||||||
@Excel(name = "紧急程度", width = 15)
|
@Excel(name = "紧急程度", width = 15)
|
||||||
|
@Dict(dicCode = "urgency_level")
|
||||||
@Schema(description = "紧急程度")
|
@Schema(description = "紧急程度")
|
||||||
private java.lang.String urgencyLevel;
|
private java.lang.String urgencyLevel;
|
||||||
/**是否需要所办领导审批*/
|
/**是否需要所办领导审批*/
|
||||||
|
|||||||
Reference in New Issue
Block a user