|
|
@@ -78,10 +78,10 @@ public class OUTConfirm {
|
|
|
private String itemCode;
|
|
|
private String itemId;
|
|
|
private String itemName;
|
|
|
- /** 预期货品数量 类型:float */
|
|
|
- private Float planQty;
|
|
|
- /** 实发货品数量 类型:float */
|
|
|
- private Float actualQty;
|
|
|
+ /** 预期货品数量 */
|
|
|
+ private Double planQty;
|
|
|
+ /** 实发货品数量 */
|
|
|
+ private Double actualQty;
|
|
|
|
|
|
private String ownerCode;
|
|
|
private String logicWarehouseCode;
|