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