Browse Source

fix : 级联查询

lvxianyun 3 years ago
parent
commit
6a6493e4b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/persagy/proxy/object/model/AdmComponent.java

+ 1 - 1
src/main/java/com/persagy/proxy/object/model/AdmComponent.java

@@ -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;