update:智能面板
This commit is contained in:
parent
cee4a97c66
commit
c61cb5c1c9
@ -105,6 +105,11 @@ public class TerminalInfo {
|
||||
*/
|
||||
@Deprecated
|
||||
public static final String STR_TERMINAL_SMP = "smp";
|
||||
/**
|
||||
* 智能面板 ???
|
||||
*/
|
||||
@Deprecated
|
||||
public static final String STR_TERMINAL_SMART_PANEL = "smart_panel";
|
||||
|
||||
|
||||
/**
|
||||
@ -120,11 +125,7 @@ public class TerminalInfo {
|
||||
|
||||
@Deprecated
|
||||
public static final String STR_TERMINAL_SCREEN = "screen";
|
||||
/**
|
||||
* 智能面板
|
||||
*/
|
||||
@Deprecated
|
||||
public static final String STR_TERMINAL_SMART_PANEL = "smart_panel";
|
||||
|
||||
|
||||
/**
|
||||
* CMS - Web 还没选择任何具体的工作台。
|
||||
@ -234,15 +235,7 @@ public class TerminalInfo {
|
||||
aliasMap.put(NT_SM, NT_SM);
|
||||
aliasMap.put(STR_TERMINAL_SM, NT_SM);
|
||||
aliasMap.put(STR_TERMINAL_SMP, NT_SM);
|
||||
}
|
||||
|
||||
/**
|
||||
* 智能面板
|
||||
*/
|
||||
public static final String NT_SMART_PANEL = "NT_SMART_PANEL";
|
||||
static {
|
||||
aliasMap.put(NT_SMART_PANEL, NT_SMART_PANEL);
|
||||
aliasMap.put(STR_TERMINAL_SMART_PANEL, NT_SMART_PANEL);
|
||||
aliasMap.put(STR_TERMINAL_SMART_PANEL, NT_SM);
|
||||
}
|
||||
|
||||
|
||||
@ -442,8 +435,8 @@ public class TerminalInfo {
|
||||
* 智能面板
|
||||
* @return
|
||||
*/
|
||||
public boolean isSMART_PANEL() {
|
||||
return NT_SMART_PANEL.equals(this.newTerminalString);
|
||||
public boolean isSM() {
|
||||
return NT_SM.equals(this.newTerminalString);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user