智慧农业后台管理
xiebin
2022-08-12 21f5931093aac3ed4a784db47b609aacab6b8f97
src/main/java/org/springblade/modules/stockrecord/entity/Stockrecord.java
@@ -81,4 +81,11 @@
   private Integer stockType1;
   private String sp1;
   private String sp2;
   private String deptId;
   private Long sid;
   private Double census;
   /**
    * 已出库存记录表主键
    */
   private Long srId;
}