yxk-20260622-bug修复:党委会导出时增加字典翻译
This commit is contained in:
+2
-2
@@ -62,7 +62,7 @@ public class BgPartymatter implements Serializable {
|
||||
@TableField("meeting_type")
|
||||
private java.lang.String meetingType;
|
||||
/**密级*/
|
||||
@Excel(name = "密级", width = 15)
|
||||
@Excel(name = "密级", width = 15,dicCode ="secret_level" )
|
||||
@Dict(dicCode = "secret_level")
|
||||
@Schema(description = "密级")
|
||||
private java.lang.String secretLevel;
|
||||
@@ -117,7 +117,7 @@ public class BgPartymatter implements Serializable {
|
||||
@Schema(description = "实际执行情况")
|
||||
private java.lang.String actualExect;
|
||||
/**完成状态*/
|
||||
@Excel(name = "完成状态", width = 15)
|
||||
@Excel(name = "完成状态", width = 15,dicCode = "super_status")
|
||||
@Dict(dicCode = "super_status")
|
||||
@Schema(description = "完成状态")
|
||||
private java.lang.String bpmStatus;
|
||||
|
||||
Reference in New Issue
Block a user