| | |
| | | */ |
| | | @ApiModelProperty(value= "创建人") |
| | | @TableField("create_by") |
| | | private String createBy; |
| | | private Long createBy; |
| | | |
| | | public InventoryCheckOrder() {} |
| | | |
| | | public InventoryCheckOrder(Integer id,String orderNo,String area,Date createTime,String createBy) { |
| | | public InventoryCheckOrder(Integer id,String orderNo,String area,Date createTime,Long createBy) { |
| | | this.id = id; |
| | | this.orderNo = orderNo; |
| | | this.area = area; |
| | |
| | | } |
| | | switch (this.status){ |
| | | case "1": |
| | | return "未提交"; |
| | | return "盘点中"; |
| | | case "2": |
| | | return "已提交"; |
| | | return "盘点完"; |
| | | case "3": |
| | | return "已上报"; |
| | | default: |
| | | return ""; |
| | | } |