修改上电审核

This commit is contained in:
小魔仙~
2024-12-23 15:58:19 +08:00
parent a2d9eaa80e
commit 16b2d0e242
2 changed files with 10 additions and 1 deletions

View File

@ -149,5 +149,9 @@ public class DeviceReportInfo extends BaseEntity
/** 是否自动审核 */
private Boolean autoReview ;
/** 设备类型1.水电双计 2.流量计 */
@Excel(name = "设备类型1.水电双计 2.流量计")
@ApiModelProperty("设备类型1.水电双计 2.流量计")
private Integer type;
}