yxk-20260707
把把脉增加分管所领导字段
This commit is contained in:
+6
@@ -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")
|
||||
|
||||
+5
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user