Commit 79ffa1d0 by huangjy

模型分析代码生成V1.0

parent 30f19c7f
......@@ -23,7 +23,7 @@ public class SaasDiseaseModelEvaluateResult extends BaseBusEntity {
private static final long serialVersionUID = 1L;
@ApiModelProperty(value = "评估内容 json字符串 {"number:"1",condtion"","score":"",evaluate:"""}")
@ApiModelProperty(value = "评估内容 json字符串 {\"number:\"1\",condtion:\"\",\"score\":\"\",evaluate:\"\"\"}")
private String resultContent;
......
......@@ -23,7 +23,7 @@ public class SaasSleepAnalysisModelEvaluateResult extends BaseBusEntity {
private static final long serialVersionUID = 1L;
@ApiModelProperty(value = "评估结果 json字符串 {"number:"1",socreRange"","result":"",evaluate:"""}")
@ApiModelProperty(value = "评估结果 json字符串 {\"number:\"1\",socreRange:\"\",\"result\":\"\",evaluate:\"\"\"}")
private String resultContent;
......
......@@ -23,7 +23,7 @@ public class SaasSleepAnalysisModelEvaluateStandard extends BaseBusEntity {
private static final long serialVersionUID = 1L;
@ApiModelProperty(value = "深度睡眠评估标准 json数组 [{hour:"",score:""},{}]")
@ApiModelProperty(value = "深度睡眠评估标准 json数组 [{hour:\"\",score:\"\"},{}]")
private String sleepDeepConfig;
@ApiModelProperty(value = "浅度睡眠评估标准 json字符串")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment