yxk-20260702-党委会导入导出功能优化

This commit is contained in:
ye1023
2026-07-07 09:46:46 +08:00
parent 35fb29a570
commit 13f566ec9f
2 changed files with 4 additions and 4 deletions
@@ -62,7 +62,7 @@ public class BgPartymatter implements Serializable {
private java.lang.String year;
/**会议类型*/
@Excel(name = "会议类型", width = 15, dicCode = "meeting_type")
@ExcelColumn(name = "会议类型", width = 15, dicCode = "meeting_type")
// @ExcelColumn(name = "会议类型", width = 15, dicCode = "meeting_type")
@Schema(description = "会议类型:party党委会,office所务会")
@TableField("meeting_type")
private java.lang.String meetingType;
@@ -185,17 +185,17 @@ public class BgTakepulse implements Serializable {
private java.lang.String superviseCount;
/**紧急程度*/
@Excel(name = "紧急程度", width = 15)
@ExcelColumn(name = "紧急程度", width = 15)
// @ExcelColumn(name = "紧急程度", width = 15)
@Schema(description = "紧急程度")
private java.lang.String urgencyLevel;
/**是否需要所办领导审批*/
@Excel(name = "是否需要所办领导审批", width = 15, dicCode = "yn")
@ExcelColumn(name = "是否需要所办领导审批", width = 15, dicCode = "yn")
// @ExcelColumn(name = "是否需要所办领导审批", width = 15, dicCode = "yn")
@Schema(description = "是否需要所办领导审批")
private java.lang.String isNeedAppro;
/**所办领导*/
@Excel(name = "所办领导", width = 15, dictTable = "sys_user", dicText = "realname", dicCode = "username")
@ExcelColumn(name = "所办领导", width = 15, dictTable = "sys_user", dicText = "realname", dicCode = "username")
// @ExcelColumn(name = "所办领导", width = 15, dictTable = "sys_user", dicText = "realname", dicCode = "username")
@Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username")
@Schema(description = "所办领导")
private java.lang.String supDeptleaderid;