guoyujia 2 сар өмнө
parent
commit
50f4015c15

+ 3 - 3
src/main/java/cn/ezhizao/project/business/domain/BizProduct.java

@@ -189,9 +189,9 @@ public class BizProduct extends BaseEntity
     /**
     /**
      * 备注
      * 备注
      */
      */
-    @Excel(name = "备注")
-    @TableField(exist = true)
-    private String remark;
+//    @Excel(name = "备注")
+//    @TableField(exist = true)
+//    private String remark;
 
 
     public BizProduct() {
     public BizProduct() {
     }
     }