Parcourir la source

更新 '3-开发设计文档/3-5-服务监督模块/1121-服务监督模块-大屏展示-接口设计.md'

ls il y a 2 mois
Parent
commit
a9393280c1

+ 2 - 2
3-开发设计文档/3-5-服务监督模块/1121-服务监督模块-大屏展示-接口设计.md

@@ -791,7 +791,7 @@ proportion 占比,(0-1 的小数)float 进度3
   		"taskRecordSubstandard": 13,
   		"taskRecordRectification": 2,
   		"taskRecordRectified": 2,
-  		"taskClose": 7
+  		"taskRecordClose": 7
   	}
   }
   public class InspectionTaskRecordAll {
@@ -804,7 +804,7 @@ proportion 占比,(0-1 的小数)float 进度3
           /** 已整改检查单 **/
       private Integer taskRecordRectified;
           /** 已关闭检查单 **/
-      private Integer taskClose;
+      private Integer taskRecordClose;
   
   }