Commit 425ddee2 authored by wangjinjing's avatar wangjinjing

添加api説明bug修复

parent 83bce181
......@@ -22,7 +22,7 @@ public class SzptGdCsyjhldxDTO {
* 预警类型;cslb=3106
*/
@NotBlank(message = "预警类型不能为空")
@ApiModelProperty(value = "预警类型('10','运行状态','20','设备预警','30','人员预警','40','布控车辆' )'")
@ApiModelProperty(value = "预警类型('10':'运行状态','20':'设备预警','30':'人员预警','40':'布控车辆' )'")
private String yjlx;
/**
......
......@@ -18,7 +18,6 @@ public class SzptGdXxDTO {
/**
* 场所类型;cslb=3109
*/
@ApiModelProperty(value = "场所类型;cslb=3109")
@NotBlank(message = "场所类型不能为空")
@ApiModelProperty(value = "场所类型('10':'小区','11':'工地','12':'公寓','13':'园区','14':'写字楼','15':'综合体','20':'经营性场所','21':'酒店式公寓','22':'网约房','30':'公司单位','VC':'虚拟场所')")
private String cslx;
......@@ -150,9 +149,8 @@ public class SzptGdXxDTO {
/**
* 是否子场所;cslb=3001
*/
@ApiModelProperty(value = "是否子场所;cslb=3001")
@NotBlank(message = "是否子场所不能为空")
@ApiModelProperty(value ="疑似入场标志('0':'否',’1‘:'是')" )
@ApiModelProperty(value ="是否子场所('0':'否',’1‘:'是')" )
private String sfzcs;
/**
......@@ -177,7 +175,6 @@ public class SzptGdXxDTO {
/**
* 场所状态;cslb=3104
*/
@ApiModelProperty(value = "场所状态;cslb=3104")
@NotBlank(message = "场所状态不能为空")
@ApiModelProperty(value = "场所状态('0':'未激活','1':'正常','2':'注销')")
private String zt;
......
......@@ -61,7 +61,7 @@ public class SzptXyzhXyxx {
/**
* 打卡范围;cslb=4001
*/
@ApiModelProperty(value = "打卡范围( ")
@ApiModelProperty(value = "打卡范围打卡范围('0':'50','1':'100','2':'200','3':'300') ")
private Integer dakafw;
/**
......
......@@ -86,7 +86,7 @@ public class XxZhxx {
/**
* 处理标志;cslb=1017
*/
@ApiModelProperty(value = "账户类型( '0':'未处理','1':'处理成功,'2':'处理失败,'3':'处理中')")
@ApiModelProperty(value = "处理标志( '0':'未处理','1':'处理成功,'2':'处理失败,'3':'处理中')")
private String clbz;
/**
......@@ -122,7 +122,7 @@ public class XxZhxx {
/**
* 状态;cslb=1008
*/
@ApiModelProperty(value = "账户类型('0':'注销', '1':'正常')")
@ApiModelProperty(value = "状态('0':'注销', '1':'正常')")
private String zt;
/**
......
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 to comment