|
@ -3,6 +3,8 @@ |
|
|
static class #(className(lib.code,lib.version)) { |
|
|
static class #(className(lib.code,lib.version)) { |
|
|
#(tabs(IndicatorGenerator.generateFields(lib.indicators),2)) |
|
|
#(tabs(IndicatorGenerator.generateFields(lib.indicators),2)) |
|
|
|
|
|
|
|
|
|
|
|
#(className(lib.code,lib.version))() throws Exception { } |
|
|
|
|
|
|
|
|
//通过输入参数构建指标库对象 |
|
|
//通过输入参数构建指标库对象 |
|
|
public void convertArgument(Map<String,Object> map) throws Exception { |
|
|
public void convertArgument(Map<String,Object> map) throws Exception { |
|
|
#(className(lib.code,lib.version)) arg =this; |
|
|
#(className(lib.code,lib.version)) arg =this; |
|
|