自动化立体仓库 - WMS系统
#
1
2025-12-06 6577403b7d7aa71c55a8df80721ddfd2a82a6015
src/main/java/com/zy/asrs/entity/Order.java
@@ -66,7 +66,7 @@
    @TableField("item_id")
    private Long itemId;
    @ApiModelProperty(value= "")
    @ApiModelProperty(value= "Po")
    @TableField("item_name")
    private String itemName;
@@ -315,6 +315,7 @@
        this.memo = memo;
    }
    public Order(String uuid,String orderNo,String orderTime,Long docType,Long itemId,String itemName,Long allotItemId,String defNumber,String number,Long cstmr,String cstmrName,String tel,String operMemb,Double totalFee,Double discount,Double discountFee,Double otherFee,Double actFee,Integer payType,String salesman,Integer accountDay,Integer postFeeType,Double postFee,Date payTime,Date sendTime,String shipName,String shipCode,Long settle,Integer status,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo,Integer pakinPakoutStatus) {
        this.uuid = uuid;
        this.orderNo = orderNo;