|
@@ -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 {
|
|
|
|
|
|
/**
|