通用台账查询接口调整

This commit is contained in:
cdf
2026-03-23 09:19:03 +08:00
parent 559620ab66
commit e8cd6da8a0
6 changed files with 204 additions and 31 deletions

View File

@@ -59,4 +59,7 @@ public class RunTimeVO implements Serializable {
@ApiModelProperty(name = "onlineEvaluate",value = "在线率评价")
private Double onlineEvaluate;
@ApiModelProperty(name = "objName",value = "用户对象名称")
private String objName;
}