|
@@ -17,11 +17,9 @@ import com.persagy.proxy.common.entity.RelationDTO;
|
|
|
import com.persagy.proxy.relation.model.FlInSyList;
|
|
|
import com.persagy.proxy.relation.model.SyInFl;
|
|
|
import com.persagy.proxy.relation.model.SyInFlList;
|
|
|
-import javafx.scene.input.KeyCode;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
-import org.springframework.beans.factory.annotation.Value;
|
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
@@ -43,11 +41,7 @@ public class RelationSyInFlController {
|
|
|
@Autowired
|
|
|
private IAdmRelationService service;
|
|
|
|
|
|
- @Value("${middleware.group.code}")
|
|
|
- private String groupCode;
|
|
|
- private KeyCode DigitalRelCode;
|
|
|
-
|
|
|
- /**
|
|
|
+ /**
|
|
|
* 创建系统所在楼层关系
|
|
|
*
|
|
|
* @param syInFl
|