文件名从 equipment/equipment-service/src/main/java/com/gkhy/safePlatform/equipment/entity/SafeMaterialDetailBO.java 修改 |
| | |
| | | import java.time.LocalDateTime; |
| | | import java.util.List; |
| | | |
| | | public class SafeMaterialDetailBO { |
| | | public class SafeMaterialBatchDeliveryBO { |
| | | private List<Long> ids; |
| | | private Integer count; |
| | | private Byte irStatus; |
| | | private Long claimantId; |
| | | private String claimantName; |
| | | |
| | | private Long receiveUid; |
| | | |
| | | private String receiveUname; |
| | | |
| | | private LocalDateTime deliveryTime; |
| | | |
| | |
| | | this.irStatus = irStatus; |
| | | } |
| | | |
| | | 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 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 LocalDateTime getDeliveryTime() { |