|
@@ -1,6 +1,5 @@
|
|
|
package cn.iocoder.yudao.module.pms.controller.admin.iotrydailyreport.vo;
|
|
|
|
|
|
-import com.alibaba.excel.annotation.ExcelProperty;
|
|
|
import io.swagger.v3.oas.annotations.media.Schema;
|
|
|
import lombok.Data;
|
|
|
|
|
@@ -98,7 +97,7 @@ public class IotRyDailyReportSaveReqVO {
|
|
|
private String nextPlan;
|
|
|
|
|
|
@Schema(description = "施工状态(动迁 准备 施工 完工)", example = "1")
|
|
|
- private Integer rigStatus;
|
|
|
+ private String rigStatus;
|
|
|
|
|
|
@Schema(description = "人员情况")
|
|
|
private String personnel;
|