自动化立体仓库 - WMS系统
#
18516761980
2022-02-14 212da8711e69c97349fae7f7b225211d4bcb2078
src/main/java/com/zy/asrs/entity/LocDetl.java
@@ -89,6 +89,28 @@
    @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 getLocNo$(){
        LocMastService service = SpringUtils.getBean(LocMastService.class);
        LocMast locMast = service.selectById(this.locNo);