24282 пре 1 година
родитељ
комит
b1067b5e9f

+ 2 - 0
sd-business/src/main/java/com/sd/business/entity/inventory/vo/InventoryBackupVo.java

@@ -1,5 +1,6 @@
 package com.sd.business.entity.inventory.vo;
 
+import com.alibaba.excel.annotation.ExcelIgnoreUnannotated;
 import com.alibaba.excel.annotation.ExcelProperty;
 import com.alibaba.excel.annotation.write.style.ColumnWidth;
 import com.sd.business.entity.inventory.po.InventoryBackup;
@@ -16,6 +17,7 @@ import java.math.BigDecimal;
  */
 @Getter
 @Setter
+@ExcelIgnoreUnannotated
 public class InventoryBackupVo extends InventoryBackup {
 
     /**

+ 2 - 0
sd-business/src/main/java/com/sd/business/entity/inventory/vo/InventoryVo.java

@@ -1,5 +1,6 @@
 package com.sd.business.entity.inventory.vo;
 
+import com.alibaba.excel.annotation.ExcelIgnoreUnannotated;
 import com.alibaba.excel.annotation.ExcelProperty;
 import com.alibaba.excel.annotation.write.style.ColumnWidth;
 import com.sd.business.entity.inventory.po.Inventory;
@@ -16,6 +17,7 @@ import java.math.BigDecimal;
  */
 @Getter
 @Setter
+@ExcelIgnoreUnannotated
 public class InventoryVo extends Inventory {
 
     /**