| | |
| | | /** |
| | | * 仓库号 |
| | | */ |
| | | @ApiModelProperty(value= "仓库号") |
| | | @ApiModelProperty(value= "规格") |
| | | private String lgnum; |
| | | |
| | | /** |
| | |
| | | /** |
| | | * 物料标签ID |
| | | */ |
| | | @ApiModelProperty(value= "物料标签ID") |
| | | @ApiModelProperty(value= "颜色") |
| | | private String zmatid; |
| | | |
| | | /** |
| | |
| | | |
| | | public LocDetl() {} |
| | | |
| | | public LocDetl(String lgnum,Integer tbnum,Integer tbpos,String zmatid,String maktx,String werks,Double anfme,String altme,String zpallet,String bname,String memo,Long modiUser,Date modiTime,Long appeUser,Date appeTime) { |
| | | public LocDetl(String locNo, String matnr, String lgnum,Integer tbnum,Integer tbpos,String zmatid,String maktx,String werks,Double anfme,String altme,String zpallet,String bname,String memo,Long modiUser,Date modiTime,Long appeUser,Date appeTime) { |
| | | this.locNo = locNo; |
| | | this.matnr = matnr; |
| | | this.lgnum = lgnum; |
| | | this.tbnum = tbnum; |
| | | this.tbpos = tbpos; |