修改bug
This commit is contained in:
@@ -190,13 +190,13 @@ public class SupervisionTempDeviceReportParam {
|
|||||||
* 对时功能
|
* 对时功能
|
||||||
*/
|
*/
|
||||||
@ApiModelProperty(value="对时功能")
|
@ApiModelProperty(value="对时功能")
|
||||||
private String timeSyncFunction;
|
private Integer timeSyncFunction;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 电镀功能
|
* 电镀功能
|
||||||
*/
|
*/
|
||||||
@ApiModelProperty(value="电镀功能")
|
@ApiModelProperty(value="电镀功能")
|
||||||
private String electroplatingFunction;
|
private Integer electroplatingFunction;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 监测装置安装位置
|
* 监测装置安装位置
|
||||||
|
|||||||
@@ -153,9 +153,9 @@ public class SupervisionPlanVO {
|
|||||||
private String attachmentName;
|
private String attachmentName;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 0.未上送 1.上送 2.取消上送
|
* 0.未上送 1.上送
|
||||||
*/
|
*/
|
||||||
@ApiModelProperty(value = "0.未上送 1.上送 2.取消上送")
|
@ApiModelProperty(value = "0.未上送 1.上送 ")
|
||||||
private Integer isUploadHead;
|
private Integer isUploadHead;
|
||||||
|
|
||||||
private String createBy;
|
private String createBy;
|
||||||
|
|||||||
Reference in New Issue
Block a user