| | |
| | | @NotNull(message = "主键不可为空!") |
| | | private Integer count; |
| | | @NotNull(message = "认领人不可为空!") |
| | | private Long claimantId; |
| | | private Long receiveUid; |
| | | |
| | | @NotNull(message = "物资主键不可为空!") |
| | | @NotNull(message = "物资管理id不可为空!") |
| | | private Long smId; |
| | | |
| | | private String rfid; |
| | | |
| | | public Long getSmId() { |
| | | return smId; |
| | |
| | | this.smId = smId; |
| | | } |
| | | |
| | | public Long getClaimantId() { |
| | | return claimantId; |
| | | public Long getReceiveUid() { |
| | | return receiveUid; |
| | | } |
| | | |
| | | public void setClaimantId(Long claimantId) { |
| | | this.claimantId = claimantId; |
| | | public void setReceiveUid(Long receiveUid) { |
| | | this.receiveUid = receiveUid; |
| | | } |
| | | |
| | | public Integer getCount() { |
| | |
| | | public void setCount(Integer count) { |
| | | this.count = count; |
| | | } |
| | | |
| | | public String getRfid() { |
| | | return rfid; |
| | | } |
| | | |
| | | public void setRfid(String rfid) { |
| | | this.rfid = rfid; |
| | | } |
| | | } |