1.终端实体添加,中台对应终端编号
This commit is contained in:
@@ -127,4 +127,9 @@ public class PmsTerminal extends BaseEntity {
|
|||||||
* 通讯状态(0:中断;1:正常)
|
* 通讯状态(0:中断;1:正常)
|
||||||
*/
|
*/
|
||||||
private Integer comFlag;
|
private Integer comFlag;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 中台终端编号
|
||||||
|
*/
|
||||||
|
private String terminalCode;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user