(1)tree属性扩展,支持新增节点
(2)特定服务增加一列标记新增节点
This commit is contained in:
@@ -1100,4 +1100,8 @@ min_tcp=Minimum Session Number
|
||||
max_tcp=Maximum Session Number
|
||||
tcp_unit=Unit / byte
|
||||
app_tcp_config=APP TCP Session Feature
|
||||
app_tcp_max_min=Maximum Session Should Not Exceed 4294967295
|
||||
app_tcp_max_min=Maximum Session Should Not Exceed 4294967295
|
||||
new=New
|
||||
BASIC_PROTOCOL_BUSINESS_TYPE=Basic protpcol business classification
|
||||
TUNNEL_BEHAV_BUSINESS_TYPE=Tunnel behavior business classification
|
||||
APP_BUSINESS_TYPE=Application business classification
|
||||
@@ -1096,4 +1096,8 @@ min_tcp=\u6700\u5c0f\u4f1a\u8bdd\u6570
|
||||
max_tcp=\u6700\u5927\u4f1a\u8bdd\u6570
|
||||
tcp_unit=\u5355\u4f4d/\u5b57\u8282
|
||||
app_tcp_config=APP TCP\u4f1a\u8bdd\u5b57\u8282\u6570\u7279\u5f81
|
||||
app_tcp_max_min=\u6700\u5927\u4f1a\u8bdd\u6570\u4e0d\u80fd\u8d85\u8fc74294967295
|
||||
app_tcp_max_min=\u6700\u5927\u4f1a\u8bdd\u6570\u4e0d\u80fd\u8d85\u8fc74294967295
|
||||
new=新
|
||||
BASIC_PROTOCOL_BUSINESS_TYPE=基础协议业务类别
|
||||
TUNNEL_BEHAV_BUSINESS_TYPE=加密隧道行为业务类别
|
||||
APP_BUSINESS_TYPE=社交应用业务类别
|
||||
@@ -461,4 +461,7 @@ maat_cfg_dolog_configpercent_default=100
|
||||
maat_cfg_dolog_configoption_default=1
|
||||
#app\uff0c\u57fa\u7840\u534f\u8bae\uff0c\u7279\u5b9a\u670d\u52a1\u7684userregion\u5206\u9694\u7b26
|
||||
app_cfg_userregion_splitor=&
|
||||
app_id_region=APP_ID
|
||||
app_id_region=APP_ID
|
||||
#application spec service code scope
|
||||
app_spec_service_code_max_val=310000
|
||||
app_spec_service_code_min_val=300001
|
||||
1
src/main/resources/sql/add_spec_add_flag.sql
Normal file
1
src/main/resources/sql/add_spec_add_flag.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE specific_service_cfg ADD add_flag INT(11) NULL COMMENT '添加标记,APP特征界面上添加的为用户自己添加的';
|
||||
Reference in New Issue
Block a user