yxk-20260707

把把脉增加分管所领导字段
This commit is contained in:
ye1023
2026-07-07 14:49:02 +08:00
parent 4269b02e96
commit 69133ae34f
2 changed files with 11 additions and 0 deletions
@@ -97,6 +97,12 @@ public class BgTakepulse implements Serializable {
@ExcelColumn(name = "具体意见", width = 15)
@Schema(description = "具体意见")
private java.lang.String content;
/**分管所领导*/
@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_user", dicText = "realname", dicCode = "username")
@ExcelColumn(name = "责任领导", width = 15, dictTable = "sys_user", dicText = "realname", dicCode = "username")
@@ -84,6 +84,11 @@ public class BgTakepulsePage {
@Excel(name = "具体意见", width = 15)
@Schema(description = "具体意见")
private java.lang.String content;
/**分管所领导*/
@Excel(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_user", dicText = "realname", dicCode = "username")
@Dict(dictTable = "sys_user", dicText = "realname", dicCode = "username")