|
@@ -13,7 +13,7 @@ import java.util.Iterator;
|
|
|
|
|
|
public class DataExtrasUtil {
|
|
|
|
|
|
- private static HashSet<String> admObjFields = getEntityFields(ObjectDigital.class, "buildingId", "floorId");
|
|
|
+ private static HashSet<String> admObjFields = getEntityFields(ObjectDigital.class, "buildingId", "floorId", "bimId");
|
|
|
|
|
|
private static String objExtraCol = "infos";
|
|
|
|