新增根据行政区划代码查询项目列表接口。
This commit is contained in:
@ -13,7 +13,7 @@ import com.fastbee.common.core.domain.BaseEntity;
|
||||
* 设备上电审核前上报的基础信息对象 iot_device_report_info
|
||||
*
|
||||
* @author kerwincui
|
||||
* @date 2024-12-10
|
||||
* @date 2024-12-11
|
||||
*/
|
||||
@ApiModel(value = "DeviceReportInfo",description = "设备上电审核前上报的基础信息 iot_device_report_info")
|
||||
@Data
|
||||
@ -110,4 +110,19 @@ public class DeviceReportInfo extends BaseEntity
|
||||
@ApiModelProperty("设备名称")
|
||||
private String name;
|
||||
|
||||
/** lcd厂家名称 */
|
||||
@Excel(name = "lcd厂家名称")
|
||||
@ApiModelProperty("lcd厂家名称")
|
||||
private String lcdManufacturerName;
|
||||
|
||||
/** 语音厂家名称 */
|
||||
@Excel(name = "语音厂家名称")
|
||||
@ApiModelProperty("语音厂家名称")
|
||||
private String voiceManufacturerName;
|
||||
|
||||
/** 代工厂家名称 */
|
||||
@Excel(name = "代工厂家名称")
|
||||
@ApiModelProperty("代工厂家名称")
|
||||
private String replaceManufacturerName;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user