app payload导入L3_header特征配置时增加固定属性值;相关属性校验修改;导入模板批注修改
This commit is contained in:
@@ -1038,7 +1038,12 @@ public class ExportExcel {
|
||||
}
|
||||
// APP Payload
|
||||
if(region.getFunctionId().equals(563)) {
|
||||
commentStr=commentStr+"▶"+"L3_header:"+msgProp.getProperty("need_input")+"'headerType'"+"\n";
|
||||
commentStr=commentStr+"▶"+"L3_header:"+msgProp.getProperty("need_input")+"'headerType', "+
|
||||
msgProp.getProperty("no_need_input")+"'"+
|
||||
msgProp.getProperty("key_word")+"'、'"+
|
||||
msgProp.getProperty("match_method")+"'、'"+
|
||||
msgProp.getProperty("is_hex")+"'、'"+
|
||||
msgProp.getProperty("is_case_insenstive")+"'"+"\n";
|
||||
index++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user