智慧农业后台管理
guoshilong
2022-08-12 9d9928e3a79c202c1718f7fec7c154090627eaba
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;
}