@@ -14,7 +14,6 @@ import java.io.Serializable;
* @author zhoutg
* @since 2019-03-11
*/
-@TableName("icss_scale_content")
@Getter
@Setter
public class ScaleContent implements Serializable {
@@ -101,6 +101,7 @@ public class PushController {
return RespDTO.onSuc(pushFacade.pushTreatment(pushVO));
}
+ @ApiIgnore
@ApiOperation(value = "推理接口(文本模式)[by:zhaops]",
notes = "age: 年龄(必填)<br>" +
"sex:性别(必填),1:男,2:女<br>" +