| | |
| | | import java.math.BigDecimal; |
| | | import java.sql.Timestamp; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * Created by johnny on 17/11/23. |
| | | */ |
| | | public class OpeApplyReserve implements Serializable,Comparable<OpeApplyReserve> { |
| | | public class OpeApplyReserve implements Serializable, Comparable<OpeApplyReserve> { |
| | | |
| | | private String id; |
| | | // 申购编号 |
| | | private String applyCode; |
| | | // 申请数量 |
| | | private Integer num; |
| | | // 已领用数量 |
| | | private Integer used; |
| | | // 申购试剂 |
| | | private SysReagent reagent; |
| | | // 申购者 |
| | | private String applyUserId; |
| | | // 批号 |
| | | private String articleNumber; |
| | | //领用数量 |
| | | private Integer selectNum; |
| | | private String id; |
| | | // 申购编号 |
| | | private String applyCode; |
| | | // 申请数量 |
| | | private Integer num; |
| | | // 已领用数量 |
| | | private Integer used; |
| | | // 申购试剂 |
| | | private SysReagent reagent; |
| | | // 申购者 |
| | | private String applyUserId; |
| | | // 批号 |
| | | private String articleNumber; |
| | | //领用数量 |
| | | private Integer selectNum; |
| | | |
| | | private Integer flag; |
| | | private Integer flag; |
| | | private ApplyStatus status; |
| | | private Integer arrivalNum; |
| | | private String containerId; |
| | |
| | | |
| | | private String project; |
| | | private String projectManage; |
| | | private String applyUser; |
| | | |
| | | public ApplyStatus getStatus() { |
| | | return status; |
| | |
| | | |
| | | private String startReagentCode2; |
| | | private String endReagentCode2; |
| | | private List<OpeWarehouseReserve> cacheUpdateList; |
| | | |
| | | public String getStartReagentCode2() { |
| | | return startReagentCode2; |
| | |
| | | public void setProjectManage(String projectManage) { |
| | | this.projectManage = projectManage; |
| | | } |
| | | |
| | | |
| | | public List<OpeWarehouseReserve> getCacheUpdateList() { |
| | | return cacheUpdateList; |
| | | } |
| | | |
| | | public void setCacheUpdateList(List<OpeWarehouseReserve> cacheUpdateList) { |
| | | this.cacheUpdateList = cacheUpdateList; |
| | | } |
| | | |
| | | public String getApplyUser() { |
| | | return applyUser; |
| | | } |
| | | |
| | | public void setApplyUser(String applyUser) { |
| | | this.applyUser = applyUser; |
| | | } |
| | | } |