自动化立体仓库 - WMS系统
zhangc
2024-12-05 b7a3ff7cc3cf8ad93e84ac8875d124a3c66e4679
src/main/java/com/zy/asrs/entity/OrderLog.java
@@ -260,6 +260,20 @@
    @ApiModelProperty(value= "备注")
    private String memo;
    @ApiModelProperty(value= "erp仓库编码")
    @TableField("plt_type")
    private Integer pltType;
    /**
     * 入库日期
     */
    @ApiModelProperty(value= "入库日期")
    @TableField("in_time")
    private String InTime;
    @TableField("Upstreamcode")
    private String Upstreamcode;
    public OrderLog() {}
    public OrderLog(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) {