修改bug

This commit is contained in:
hzj
2024-05-27 16:00:15 +08:00
parent d6b6d2571f
commit 738a9497eb
2 changed files with 4 additions and 4 deletions

View File

@@ -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;
/** /**
* 监测装置安装位置 * 监测装置安装位置

View File

@@ -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;