APP特征配置导入页修改,app payload增加配置导入功能.
This commit is contained in:
@@ -63,6 +63,7 @@ public interface AppMultiFeatureCfgDao {
|
||||
public void deleteAppTcpCfg(BaseCfg entity);
|
||||
|
||||
public int insertAppComplexFeatureCfg(AppComplexFeatureCfg entity);
|
||||
public int insertAppComplexFeatureCfgBatch(AppComplexFeatureCfg entity);
|
||||
public void deleteAppComplexFeatureCfg(BaseCfg entity);
|
||||
//IP RANGE配置
|
||||
public List<AppIpCfg> getAppIpRangeCfg(@Param("compileId")Integer compileId,@Param("functionId")Integer functionId) ;
|
||||
|
||||
Reference in New Issue
Block a user