自动化立体仓库 - WMS系统
zwl
2025-10-28 d3c7820992ccfb3296ec031a7c019a4300347b83
src/main/java/com/zy/asrs/entity/Order.java
@@ -45,6 +45,13 @@
    private String orderNo;
    /**
     * 上报次数
     */
    @ApiModelProperty(value= "上报次数")
    @TableField("account_day")
    private Integer accountDay;
    /**
     * 单据日期
     */
    @ApiModelProperty(value= "单据日期")
@@ -162,12 +169,7 @@
    @ApiModelProperty(value= "业务员")
    private String salesman;
    /**
     * 结算天数
     */
    @ApiModelProperty(value= "结算天数")
    @TableField("account_day")
    private Integer accountDay;
    /**
     * 邮费支付类型 1: 在线支付  2: 货到付款