| | |
| | | @ApiModelProperty(value= "备注") |
| | | private String memo; |
| | | |
| | | |
| | | @TableField("pro_type") |
| | | private String proType; |
| | | /** |
| | | * 订单号 |
| | | */ |
| | |
| | | @TableField("pg_no") |
| | | private String sPgNO; |
| | | |
| | | @TableField("i_no") |
| | | private String i_no; |
| | | |
| | | private String temp1; |
| | | |
| | |
| | | private String temp3; |
| | | |
| | | |
| | | @TableField("i_no") |
| | | private Integer iNo; |
| | | |
| | | @TableField("packing") |
| | | private String packing; |
| | | |
| | | @TableField("ware_id") |
| | | private String wareId; |
| | | |
| | | @TableField("ware_name") |
| | | private String wareName; |
| | | |
| | | public String getLocNo$(){ |
| | | LocMastService service = SpringUtils.getBean(LocMastService.class); |
| | | LocMast locMast = service.selectById(this.locNo); |