lyfO_o
2022-02-28 25eca015c9edb5a8ab3fd9d68a8fd785619c1372
src/main/java/com/nanometer/smartlab/entity/OpeApplyReserve.java
@@ -39,6 +39,7 @@
   private String project;
   private String projectManage;
   private String applyUser;
   public ApplyStatus getStatus() {
      return status;
@@ -231,4 +232,12 @@
   public void setCacheUpdateList(List<OpeWarehouseReserve> cacheUpdateList) {
      this.cacheUpdateList = cacheUpdateList;
   }
   public String getApplyUser() {
      return applyUser;
   }
   public void setApplyUser(String applyUser) {
      this.applyUser = applyUser;
   }
}