add:加了一个isCM
This commit is contained in:
parent
57944609e7
commit
bf55d1bdf1
@ -418,7 +418,11 @@ public class TerminalInfo {
|
||||
return false;
|
||||
return this.newTerminalString.startsWith("NT_CMS_");
|
||||
}
|
||||
|
||||
public boolean isCM() {
|
||||
if (this.newTerminalString == null)
|
||||
return false;
|
||||
return this.newTerminalString.startsWith("NT_CM_");
|
||||
}
|
||||
/**
|
||||
*
|
||||
* @return
|
||||
|
||||
Loading…
Reference in New Issue
Block a user