智慧农业后台管理
guoshilong
2022-11-08 72b971c98c46531064d74b68fc8fe8864ed0b544
src/main/java/org/springblade/modules/process/entity/Process.java
@@ -60,6 +60,10 @@
    */
   private String processId;
   /**
    * 来源id
    */
   private String parentId;
   /**
    * 产品数量
    */
   private Double processNum;
@@ -67,6 +71,8 @@
    * 地块id
    */
   private String landId;
   /**
    * 加工备注
    */
   private String remarks;
}