增加模型参数获取

pull/1/head
lidapeng 5 years ago
parent 2501596973
commit f8c9f6d490

@ -129,7 +129,7 @@ public class TempleConfig {
}
//注入模型参数
public void insertModel(ModelParameter modelParameter) {
public void insertModel(ModelParameter modelParameter) throws Exception {
nerveManager.insertModelParameter(modelParameter);
}

Loading…
Cancel
Save