获取场景关系
This commit is contained in:
@@ -1,40 +0,0 @@
|
||||
package com.solution.system.domain;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 平台通信关系表
|
||||
*/
|
||||
@Data
|
||||
public class PlatformCommunication {
|
||||
|
||||
/**
|
||||
* 主键ID
|
||||
*/
|
||||
private Integer id;
|
||||
|
||||
/**
|
||||
* 指挥平台名称/ID
|
||||
*/
|
||||
private String commandPlatform;
|
||||
|
||||
/**
|
||||
* 下属平台名称/ID
|
||||
*/
|
||||
private String subordinatePlatform;
|
||||
|
||||
/**
|
||||
* 指挥通信方式/内容
|
||||
*/
|
||||
private String commandComm;
|
||||
|
||||
/**
|
||||
* 下属通信方式/内容
|
||||
*/
|
||||
private String subordinateComm;
|
||||
|
||||
/**
|
||||
* 想定ID
|
||||
*/
|
||||
private Integer scenaryId;
|
||||
}
|
||||
Reference in New Issue
Block a user