Ver código fonte

装箱出货BUG

caozj 2 anos atrás
pai
commit
f78e03d4ff

+ 5 - 0
hx-sale/src/main/java/com/fjhx/sale/entity/contract/vo/ContractVo.java

@@ -112,6 +112,11 @@ public class ContractVo extends Contract {
     private String customerName;
 
     /**
+     * 金额CNY
+     */
+    private BigDecimal amountCNY;
+
+    /**
      * 新到款状态
      */
     private String refundStatusNew;