yxk-20260708
把把脉导出字段顺序调整
This commit is contained in:
+6
-6
@@ -53,18 +53,18 @@ public class BgTakepulse implements Serializable {
|
||||
/**所属部门*/
|
||||
@Schema(description = "所属部门")
|
||||
private java.lang.String sysOrgCode;
|
||||
/**密级*/
|
||||
@Excel(name = "密级", width = 15, dicCode = "secret_level")
|
||||
@ExcelColumn(name = "密级", width = 15, dicCode = "secret_level")
|
||||
@Dict(dicCode = "secret_level")
|
||||
@Schema(description = "密级")
|
||||
private java.lang.String secretLevel;
|
||||
/**年份*/
|
||||
@Excel(name = "年份", width = 15, dicCode = "super_year")
|
||||
@ExcelColumn(name = "年份", width = 15, dicCode = "super_year")
|
||||
@Dict(dicCode = "super_year")
|
||||
@Schema(description = "年份")
|
||||
private java.lang.String year;
|
||||
/**密级*/
|
||||
@Excel(name = "密级", width = 15, dicCode = "secret_level")
|
||||
@ExcelColumn(name = "密级", width = 15, dicCode = "secret_level")
|
||||
@Dict(dicCode = "secret_level")
|
||||
@Schema(description = "密级")
|
||||
private java.lang.String secretLevel;
|
||||
/**序号*/
|
||||
@Excel(name = "序号", width = 15)
|
||||
@ExcelColumn(name = "序号", width = 15)
|
||||
|
||||
Reference in New Issue
Block a user