Browse Source

入库仓库报错

hfxc226 1 year ago
parent
commit
a2826316c1

+ 1 - 1
platform-dao/src/main/java/com/platform/dao/vo/export/check/ExportCheckStandardVO.java

@@ -57,7 +57,7 @@ public class ExportCheckStandardVO implements Serializable {
     /**
      * 备注
      */
-    @Excel(name = "检查标准", orderNum = "8")
+    @Excel(name = "执行标准", orderNum = "8")
     private String remark;
     /**
      * 计划周期

+ 1 - 1
platform-dao/src/main/java/com/platform/dao/vo/export/check/ExportCheckStandardVO2.java

@@ -56,7 +56,7 @@ public class ExportCheckStandardVO2 implements Serializable {
     /**
      * 备注
      */
-    @Excel(name = "检查标准")
+    @Excel(name = "执行标准")
     private String remark;
     /**
      * 计划周期