| | |
| | | import java.math.BigDecimal; |
| | | import java.sql.Timestamp; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * Created by johnny on 17/11/23. |
| | |
| | | |
| | | 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; |
| | | } |
| | | } |