GouGengquan 1 anno fa
parent
commit
d6205f2ab9

+ 1 - 0
domain/src/main/java/com/dayou/entity/MajorProduction.java

@@ -244,6 +244,7 @@ public class MajorProduction extends BaseEntity {
     /**
      * 订单应收款
      */
+    @TableField(exist = false)
     private BigDecimal orderShouldAmount;
 
 }