自动化立体仓库 - WMS系统
wang..123
2022-02-14 9b31428152f0fc993130a9adf58f6163db9ea667
src/main/java/com/zy/asrs/entity/WrkDetlLog.java
@@ -135,6 +135,27 @@
    @TableField("appe_time")
    private Date appeTime;
    /**
     * 总数量
     */
    @ApiModelProperty(value= "总数量")
    @TableField("all_qty")
    private Double allQty;
    /**
     * 总重
     */
    @ApiModelProperty(value= "总重量")
    @TableField("all_weight")
    private Double allWeight;
    @ApiModelProperty(value= "来源")
    @TableField("source")
    private String source;
    @ApiModelProperty(value= "供应商")
    @TableField("vendor")
    private String vendor;
    public String getIoTime$(){
        if (Cools.isEmpty(this.ioTime)){