gonglilong
2024-09-14 7f615dc1f37ccc9efd7f5b2f7e044c2e62f01074
skjcmanager/skjcmanager-service-api/skjcmanager-sm-api/src/main/java/cn/gistack/sm/sg/VO/SgStatisProVO.java
@@ -20,6 +20,36 @@
   private int commenceNum;
   private String projectProgress;
   /**
    * 表面变形
    */
   private int surfaceNum;
   private String surfaceProgress;
   /**
    * 视频
    */
   private int videoNum;
   private String videoProgress;
   /**
    * 渗流压力
    */
   private int transNum;
   private String transProgress;
   /**
    * 渗流量
    */
   private int seepageNum;
   private String seepageProgress;
   private String proIds;
   /**
    * 建设期次
    */
   private String buildStage;
}