Commit 8da001c9 authored by linruibiao's avatar linruibiao

接口编写

parent 91430e5b
......@@ -41,15 +41,15 @@ public class InstrumentPanelInitServiceImpl extends ServiceImpl<InstrumentPanelM
implements InstrumentPanelInitService {
@Value("${}")
@Value("${initGroupName}")
private String initGroupName;
@Value("${}")
@Value("${initPanelName1}")
private String initPanelName1;
@Value("${}")
@Value("${initPanelName2}")
private String initPanelName2;
@Value("${}")
@Value("${initConfig1}")
private String initConfig1;
@Value("${}")
@Value("${initConfig2}")
private String initConfig2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment