yxk-20260707-党委会所务会添加分管所领导字段
This commit is contained in:
+6
@@ -116,6 +116,12 @@ public class BgPartymatter implements Serializable {
|
||||
@Dict(dicCode = "yn")
|
||||
@Schema(description = "是否为三重一大决策")
|
||||
private java.lang.String isImportant;
|
||||
/**分管所领导*/
|
||||
@Excel(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 manageSuoleader;
|
||||
/**主办部门*/
|
||||
@Excel(name = "主办部门", width = 15, dictTable = "sys_depart", dicText = "depart_name", dicCode = "id")
|
||||
@ExcelColumn(name = "主办部门", width = 15, dictTable = "sys_depart", dicText = "depart_name", dicCode = "id")
|
||||
|
||||
Reference in New Issue
Block a user