Browse Source

1.大中型优化

GouGengquan 1 year ago
parent
commit
d6205f2ab9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      domain/src/main/java/com/dayou/entity/MajorProduction.java

+ 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;
     private BigDecimal orderShouldAmount;
 
 
 }
 }