修改上电审核
This commit is contained in:
@ -149,5 +149,9 @@ public class DeviceReportInfo extends BaseEntity
|
||||
/** 是否自动审核 */
|
||||
private Boolean autoReview ;
|
||||
|
||||
/** 设备类型:1.水电双计 2.流量计 */
|
||||
@Excel(name = "设备类型:1.水电双计 2.流量计")
|
||||
@ApiModelProperty("设备类型:1.水电双计 2.流量计")
|
||||
private Integer type;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user