| | |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import java.time.LocalDateTime; |
| | | import java.util.Date; |
| | | |
| | | public class SafeMaterialDetailDto { |
| | | /** |
| | |
| | | * 物资编号 |
| | | */ |
| | | private String materialNo; |
| | | |
| | | private Long bigClassifyId; |
| | | /** |
| | | * 物资类型名称 |
| | | */ |
| | | private String materialClassifyName; |
| | | private String bigClassifyName; |
| | | |
| | | private Long depId; |
| | | /** |
| | | * 部门名称 |
| | | */ |
| | |
| | | * 保质到期时间 |
| | | */ |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private LocalDateTime validTime; |
| | | private Date validTime; |
| | | /** |
| | | * 状态 |
| | | */ |
| | |
| | | /** |
| | | * 认领人姓名 |
| | | */ |
| | | private String claimantName; |
| | | private String receiveUname; |
| | | /** |
| | | * 物资状态 |
| | | */ |
| | | private Byte status; |
| | | /** |
| | | * 物资状态名称 |
| | | */ |
| | | private String statusName; |
| | | /** |
| | | * 描述 |
| | | */ |
| | | private String remark; |
| | | |
| | | /** |
| | | * 安全物资管理id |
| | | * @return |
| | | */ |
| | | private Long smId; |
| | | |
| | | public Long getId() { |
| | | return id; |
| | |
| | | this.rfid = rfid; |
| | | } |
| | | |
| | | public String getMaterialClassifyName() { |
| | | return materialClassifyName; |
| | | public String getBigClassifyName() { |
| | | return bigClassifyName; |
| | | } |
| | | |
| | | public void setMaterialClassifyName(String materialClassifyName) { |
| | | this.materialClassifyName = materialClassifyName; |
| | | public void setBigClassifyName(String bigClassifyName) { |
| | | this.bigClassifyName = bigClassifyName; |
| | | } |
| | | |
| | | public String getConsumableName() { |
| | |
| | | this.validType = validType; |
| | | } |
| | | |
| | | public LocalDateTime getValidTime() { |
| | | public Date getValidTime() { |
| | | return validTime; |
| | | } |
| | | |
| | | public void setValidTime(LocalDateTime validTime) { |
| | | public void setValidTime(Date validTime) { |
| | | this.validTime = validTime; |
| | | } |
| | | |
| | |
| | | this.deliveryTime = deliveryTime; |
| | | } |
| | | |
| | | public String getClaimantName() { |
| | | return claimantName; |
| | | public String getReceiveUname() { |
| | | return receiveUname; |
| | | } |
| | | |
| | | public void setClaimantName(String claimantName) { |
| | | this.claimantName = claimantName; |
| | | public void setReceiveUname(String receiveUname) { |
| | | this.receiveUname = receiveUname; |
| | | } |
| | | |
| | | public Byte getStatus() { |
| | | return status; |
| | | } |
| | | |
| | | public void setStatus(Byte status) { |
| | | this.status = status; |
| | | } |
| | | |
| | | public String getRemark() { |
| | | return remark; |
| | | } |
| | | |
| | | public void setRemark(String remark) { |
| | | this.remark = remark; |
| | | } |
| | | |
| | | public String getValidTypeName() { |
| | |
| | | public void setValidTypeName(String validTypeName) { |
| | | this.validTypeName = validTypeName; |
| | | } |
| | | |
| | | public Long getSmId() { |
| | | return smId; |
| | | } |
| | | |
| | | public void setSmId(Long smId) { |
| | | this.smId = smId; |
| | | } |
| | | |
| | | public Long getBigClassifyId() { |
| | | return bigClassifyId; |
| | | } |
| | | |
| | | public void setBigClassifyId(Long bigClassifyId) { |
| | | this.bigClassifyId = bigClassifyId; |
| | | } |
| | | |
| | | public Long getDepId() { |
| | | return depId; |
| | | } |
| | | |
| | | public void setDepId(Long depId) { |
| | | this.depId = depId; |
| | | } |
| | | |
| | | public String getStatusName() { |
| | | return statusName; |
| | | } |
| | | |
| | | public void setStatusName(String statusName) { |
| | | this.statusName = statusName; |
| | | } |
| | | } |