| | |
| | | @NotNull |
| | | private String gridNo; |
| | | @NotNull |
| | | private String xuHao; |
| | | @NotNull |
| | | private int state;//状态;0-未存餐 1-已存餐 2-已取餐 3-取消 |
| | | private String putInDate; |
| | | private String takeCode; |
| | | @Generated(hash = 878135649) |
| | | public Order(Long id, String orderNo, @NotNull String gridNo, int state, |
| | | String putInDate, String takeCode) { |
| | | private String createTime; |
| | | @Generated(hash = 1824136278) |
| | | public Order(Long id, String orderNo, @NotNull String gridNo, |
| | | @NotNull String xuHao, int state, String putInDate, String takeCode, |
| | | String createTime) { |
| | | this.id = id; |
| | | this.orderNo = orderNo; |
| | | this.gridNo = gridNo; |
| | | this.xuHao = xuHao; |
| | | this.state = state; |
| | | this.putInDate = putInDate; |
| | | this.takeCode = takeCode; |
| | | this.createTime = createTime; |
| | | } |
| | | @Generated(hash = 1105174599) |
| | | public Order() { |
| | |
| | | public void setGridNo(String gridNo) { |
| | | this.gridNo = gridNo; |
| | | } |
| | | public String getXuHao() { |
| | | return this.xuHao; |
| | | } |
| | | public void setXuHao(String xuHao) { |
| | | this.xuHao = xuHao; |
| | | } |
| | | public int getState() { |
| | | return this.state; |
| | | } |
| | |
| | | public void setTakeCode(String takeCode) { |
| | | this.takeCode = takeCode; |
| | | } |
| | | |
| | | public String getCreateTime() { |
| | | return this.createTime; |
| | | } |
| | | public void setCreateTime(String createTime) { |
| | | this.createTime = createTime; |
| | | } |
| | | } |