feat(2046-terminal): 定义管理端APP判断逻辑
This commit is contained in:
parent
feb6438689
commit
ec661aa9e4
@ -698,6 +698,12 @@ public class TerminalInfo {
|
||||
return terminalKey;
|
||||
}
|
||||
|
||||
/** 是否管理端APP - 待细化 现在等同于isAppGeneral **/
|
||||
public boolean isManageApp() {
|
||||
//TODO:@Zhan 待细化具体逻辑
|
||||
return this.isAppGeneral();
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
TerminalInfo tm = new TerminalInfo("proj");
|
||||
System.out.println(tm.getRawTerminalString());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user