| | |
| | | @ApiModelProperty(value = "备注") |
| | | private String memo; |
| | | |
| | | @ApiModelProperty(value= "客户信息ID") |
| | | private Long owner; |
| | | |
| | | |
| | | public String getLocNo$() { |
| | | LocMastService service = SpringUtils.getBean(LocMastService.class); |
| | |
| | | return locMast.getLocType2$(); |
| | | } |
| | | |
| | | public Integer getMatType() { |
| | | if (Cools.isEmpty(this.matnr)) { |
| | | return null; |
| | | } |
| | | MatService matService = SpringUtils.getBean(MatService.class); |
| | | Mat mat = matService.selectByMatnr(this.matnr); |
| | | if (mat == null) { |
| | | return null; |
| | | } |
| | | return mat.getMatType(); |
| | | } |
| | | |
| | | public String getMatType$() { |
| | | if (Cools.isEmpty(this.matnr)) { |
| | | return ""; |