1.终端实体添加,中台对应终端编号

This commit is contained in:
wr
2023-12-20 10:30:11 +08:00
parent 006e61f2ce
commit 221c61abed

View File

@@ -127,4 +127,9 @@ public class PmsTerminal extends BaseEntity {
* 通讯状态0中断1正常
*/
private Integer comFlag;
/**
* 中台终端编号
*/
private String terminalCode;
}