@@ -87,7 +87,7 @@ public class AdmComponent extends AdmBaseEntity<AdmComponent> {
/** 二维码图片 */
private String qrcodePic;
/** 对象类型 */
- private String objectType;
+ private String objectType = OBJ_TYPE;
/** 部件分类 */
private Map<String, String> equipCategory;