Commit 283d10a3 authored by fangxinjiang's avatar fangxinjiang

自动化配置项导出优化-fxj

parent 6620b799
......@@ -64,6 +64,12 @@ public class TAutoMainRelExportVo implements Serializable {
@Schema(description = "项目编码")
private String deptNo;
// ==================== 自动化配置项显示字段 ====================
@HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("自动化配置项")
@Schema(description = "自动化配置项列表(记录配置了哪些服务项目)")
private String autoConfigItemsDisplay;
/**
* 服务状态:0正常 1停止服务 2冻结 (是否使用:0是 非0否)
*/
......@@ -114,12 +120,6 @@ public class TAutoMainRelExportVo implements Serializable {
@Schema(description = "限制项显示(拼接后的服务项目名称)")
private String restrictItemsDisplay;
// ==================== 自动化配置项显示字段 ====================
@HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("自动化配置项")
@Schema(description = "自动化配置项列表(记录配置了哪些服务项目)")
private String autoConfigItemsDisplay;
/**
* 创建时间
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment