|
@@ -40,6 +40,10 @@ public class TosDevicetype extends IotBaseEntity {
|
|
|
@Excel(name = "型号图示")
|
|
@Excel(name = "型号图示")
|
|
|
private String devtypePreview;
|
|
private String devtypePreview;
|
|
|
|
|
|
|
|
|
|
+ /** 型号地图图标 */
|
|
|
|
|
+ @Excel(name = "型号地图图标")
|
|
|
|
|
+ private String devtypeMapicon;
|
|
|
|
|
+
|
|
|
/** 备注 */
|
|
/** 备注 */
|
|
|
@Excel(name = "备注")
|
|
@Excel(name = "备注")
|
|
|
private String devtypeRemark;
|
|
private String devtypeRemark;
|