提交 65ddf037 编写于 作者: ibizdev's avatar ibizdev

MoneyQ 部署微服务接口 [后台服务,接口示例]

上级 ecdd8a3e
...@@ -12,4 +12,4 @@ ...@@ -12,4 +12,4 @@
**.iml **.iml
*.jar *.jar
*.log *.log
.DS_Store .DS_Store
\ No newline at end of file
...@@ -51,4 +51,4 @@ public class BootApplication extends WebMvcConfigurerAdapter { ...@@ -51,4 +51,4 @@ public class BootApplication extends WebMvcConfigurerAdapter {
super.addArgumentResolvers(argumentResolvers); super.addArgumentResolvers(argumentResolvers);
argumentResolvers.add(resolver); argumentResolvers.add(resolver);
} }
} }
\ No newline at end of file
...@@ -2750,57 +2750,6 @@ ...@@ -2750,57 +2750,6 @@
} }
} ], } ],
"parallelOutput" : true "parallelOutput" : true
}, {
"codeName" : "DEBUGPARAM2",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "routerSession"
},
"logicNodeType" : "DEBUGPARAM",
"name" : "调试逻辑参数",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "PREPAREJSPARAM3"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "DEBUGPARAM2"
}
} ]
}, {
"codeName" : "PREPAREJSPARAM3",
"logicNodeType" : "PREPAREJSPARAM",
"name" : "获取路由参数",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "DEBUGPARAM3"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "PREPAREJSPARAM3"
}
} ],
"getPSDEUILogicNodeParams" : [ {
"dstFieldName" : "testCCC",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "currentView"
},
"name" : "routerSession[testParam] ==> currentView[testCCC]",
"paramAction" : "SETPARAMVALUE",
"srcFieldName" : "testParam",
"getSrcPSDEUILogicParam" : {
"modelref" : true,
"id" : "routerSession"
},
"srcValueType" : "SRCDLPARAM"
} ]
}, { }, {
"codeName" : "PREPAREJSPARAM2", "codeName" : "PREPAREJSPARAM2",
"logicNodeType" : "PREPAREJSPARAM", "logicNodeType" : "PREPAREJSPARAM",
...@@ -2833,69 +2782,70 @@ ...@@ -2833,69 +2782,70 @@
"srcValueType" : "SRCDLPARAM" "srcValueType" : "SRCDLPARAM"
} ] } ]
}, { }, {
"codeName" : "RESETPARAM1", "codeName" : "DEBUGPARAM4",
"getDstPSDEUILogicParam" : { "getDstPSDEUILogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "appGlobal" "id" : "appGlobal"
}, },
"logicNodeType" : "RESETPARAM", "logicNodeType" : "DEBUGPARAM",
"name" : "重置参数", "name" : "调试逻辑参数",
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "DEBUGPARAM4" "id" : "END1"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "RESETPARAM1" "id" : "DEBUGPARAM4"
} }
} ] } ]
}, { }, {
"codeName" : "DEBUGPARAM1", "codeName" : "DEBUGPARAM3",
"getDstPSDEUILogicParam" : { "getDstPSDEUILogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "appGlobal" "id" : "currentView"
}, },
"logicNodeType" : "DEBUGPARAM", "logicNodeType" : "DEBUGPARAM",
"name" : "调试逻辑参数", "name" : "调试逻辑参数",
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "PREPAREJSPARAM2" "id" : "RESETPARAM1"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "DEBUGPARAM1" "id" : "DEBUGPARAM3"
} }
} ] } ]
}, { }, {
"codeName" : "DEBUGPARAM4", "codeName" : "END1",
"logicNodeType" : "END",
"name" : "结束",
"returnType" : "NONEVALUE"
}, {
"codeName" : "RESETPARAM1",
"getDstPSDEUILogicParam" : { "getDstPSDEUILogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "appGlobal" "id" : "appGlobal"
}, },
"logicNodeType" : "DEBUGPARAM", "logicNodeType" : "RESETPARAM",
"name" : "调试逻辑参数", "name" : "重置参数",
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "END1" "id" : "DEBUGPARAM4"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "DEBUGPARAM4" "id" : "RESETPARAM1"
} }
} ] } ]
}, {
"codeName" : "END1",
"logicNodeType" : "END",
"name" : "结束"
}, { }, {
"codeName" : "PREPAREJSPARAM1", "codeName" : "PREPAREJSPARAM1",
"logicNodeType" : "PREPAREJSPARAM", "logicNodeType" : "PREPAREJSPARAM",
...@@ -2924,39 +2874,78 @@ ...@@ -2924,39 +2874,78 @@
"srcValueType" : "SRCVALUE" "srcValueType" : "SRCVALUE"
} ] } ]
}, { }, {
"codeName" : "DEBUGPARAM3", "codeName" : "PREPAREJSPARAM3",
"logicNodeType" : "PREPAREJSPARAM",
"name" : "获取路由参数",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "DEBUGPARAM3"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "PREPAREJSPARAM3"
}
} ],
"getPSDEUILogicNodeParams" : [ {
"dstFieldName" : "testCCC",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "currentView"
},
"name" : "routerSession[testParam] ==> currentView[testCCC]",
"paramAction" : "SETPARAMVALUE",
"srcFieldName" : "testParam",
"getSrcPSDEUILogicParam" : {
"modelref" : true,
"id" : "routerSession"
},
"srcValueType" : "SRCDLPARAM"
} ]
}, {
"codeName" : "DEBUGPARAM1",
"getDstPSDEUILogicParam" : { "getDstPSDEUILogicParam" : {
"modelref" : true, "modelref" : true,
"id" : "currentView" "id" : "appGlobal"
}, },
"logicNodeType" : "DEBUGPARAM", "logicNodeType" : "DEBUGPARAM",
"name" : "调试逻辑参数", "name" : "调试逻辑参数",
"getPSDEUILogicLinks" : [ { "getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : { "getDstPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "RESETPARAM1" "id" : "PREPAREJSPARAM2"
}, },
"linkMode" : 0, "linkMode" : 0,
"name" : "连接名称", "name" : "连接名称",
"getSrcPSDEUILogicNode" : { "getSrcPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
"id" : "DEBUGPARAM3" "id" : "DEBUGPARAM1"
}
} ]
}, {
"codeName" : "DEBUGPARAM2",
"getDstPSDEUILogicParam" : {
"modelref" : true,
"id" : "routerSession"
},
"logicNodeType" : "DEBUGPARAM",
"name" : "调试逻辑参数",
"getPSDEUILogicLinks" : [ {
"getDstPSDEUILogicNode" : {
"modelref" : true,
"id" : "PREPAREJSPARAM3"
},
"linkMode" : 0,
"name" : "连接名称",
"getSrcPSDEUILogicNode" : {
"modelref" : true,
"id" : "DEBUGPARAM2"
} }
} ] } ]
} ], } ],
"getPSDEUILogicParams" : [ { "getPSDEUILogicParams" : [ {
"codeName" : "routerSession",
"logicName" : "路由视图会话变量",
"name" : "路由视图会话变量",
"paramFieldName" : "routerSession",
"routeViewSessionParam" : true
}, {
"codeName" : "currentView",
"logicName" : "当前视图会话变量",
"name" : "当前视图会话变量",
"paramFieldName" : "currentView",
"viewSessionParam" : true
}, {
"codeName" : "Default", "codeName" : "Default",
"logicName" : "传入变量", "logicName" : "传入变量",
"name" : "传入变量", "name" : "传入变量",
...@@ -2968,6 +2957,18 @@ ...@@ -2968,6 +2957,18 @@
"name" : "应用全局", "name" : "应用全局",
"paramFieldName" : "appGlobal", "paramFieldName" : "appGlobal",
"appGlobalParam" : true "appGlobalParam" : true
}, {
"codeName" : "currentView",
"logicName" : "当前视图会话变量",
"name" : "当前视图会话变量",
"paramFieldName" : "currentView",
"viewSessionParam" : true
}, {
"codeName" : "routerSession",
"logicName" : "路由视图会话变量",
"name" : "路由视图会话变量",
"paramFieldName" : "routerSession",
"routeViewSessionParam" : true
} ], } ],
"getStartPSDEUILogicNode" : { "getStartPSDEUILogicNode" : {
"modelref" : true, "modelref" : true,
......
...@@ -1182,10 +1182,13 @@ ...@@ -1182,10 +1182,13 @@
}, },
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"actionType" : "UIACTION", "actionType" : "UIACTION",
"buttonHeight" : 32.0,
"buttonStyle" : "PRIMARY", "buttonStyle" : "PRIMARY",
"buttonWidth" : 60.0, "buttonWidth" : 60.0,
"caption" : "确认", "caption" : "确认",
"contentHeight" : 32.0,
"contentWidth" : 60.0, "contentWidth" : 60.0,
"height" : 32.0,
"itemStyle" : "PRIMARY", "itemStyle" : "PRIMARY",
"itemType" : "BUTTON", "itemType" : "BUTTON",
"name" : "button_calluilogic2", "name" : "button_calluilogic2",
...@@ -1195,7 +1198,8 @@ ...@@ -1195,7 +1198,8 @@
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"heightMode" : "FULL", "height" : 32,
"heightMode" : "PX",
"layout" : "FLEX", "layout" : "FLEX",
"spacingRight" : "OUTERSMALL", "spacingRight" : "OUTERSMALL",
"width" : 60, "width" : 60,
...@@ -1221,10 +1225,13 @@ ...@@ -1221,10 +1225,13 @@
"showCaption" : true "showCaption" : true
}, { }, {
"actionType" : "UIACTION", "actionType" : "UIACTION",
"buttonHeight" : 32.0,
"buttonStyle" : "DEFAULT", "buttonStyle" : "DEFAULT",
"buttonWidth" : 60.0, "buttonWidth" : 60.0,
"caption" : "取消", "caption" : "取消",
"contentHeight" : 32.0,
"contentWidth" : 60.0, "contentWidth" : 60.0,
"height" : 32.0,
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "BUTTON", "itemType" : "BUTTON",
"name" : "button_calluilogic1", "name" : "button_calluilogic1",
...@@ -1234,7 +1241,8 @@ ...@@ -1234,7 +1241,8 @@
}, },
"getPSLayoutPos" : { "getPSLayoutPos" : {
"grow" : -1, "grow" : -1,
"heightMode" : "FULL", "height" : 32,
"heightMode" : "PX",
"layout" : "FLEX", "layout" : "FLEX",
"width" : 60, "width" : 60,
"widthMode" : "PX" "widthMode" : "PX"
......
...@@ -360,13 +360,13 @@ ...@@ -360,13 +360,13 @@
"getPSPanelItems" : [ { "getPSPanelItems" : [ {
"caption" : "单项数据容器", "caption" : "单项数据容器",
"dataRegionType" : "SINGLEDATA", "dataRegionType" : "SINGLEDATA",
"dataSourceType" : "DEDATASET", "dataSourceType" : "DEACTION",
"itemStyle" : "DEFAULT", "itemStyle" : "DEFAULT",
"itemType" : "CONTAINER", "itemType" : "CONTAINER",
"name" : "container_singledata2", "name" : "container_singledata2",
"getPSAppDEMethod" : { "getPSAppDEMethod" : {
"modelref" : true, "modelref" : true,
"id" : "FetchDefault" "id" : "Get"
}, },
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
......
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
</parent> </parent>
<artifactId>demo-core</artifactId> <artifactId>demo-core</artifactId>
<name>Demo Core</name> <name>后台服务 Core</name>
<description>后台服务 Core,模板生成代码,再次发布会覆盖,建议不要直接修改,修改请在demo-boot项目中继承或覆盖重写</description> <description>后台服务 Core</description>
<dependencies> <dependencies>
...@@ -20,14 +20,6 @@ ...@@ -20,14 +20,6 @@
<artifactId>ibizlab-boot-starter-data</artifactId> <artifactId>ibizlab-boot-starter-data</artifactId>
<version>2.4.0-SNAPSHOT</version> <version>2.4.0-SNAPSHOT</version>
</dependency> </dependency>
<!-- MySQL驱动包 -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>
</dependencies> </dependencies>
<properties> <properties>
...@@ -101,4 +93,4 @@ ...@@ -101,4 +93,4 @@
</profile> </profile>
</profiles> </profiles>
</project> </project>
\ No newline at end of file
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
<!--输出实体[IBIZBOOK]数据结构 --> <!--输出实体[IBIZBOOK]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizbook-477-7"> <changeSet author="a_LAB01_df847bdfd" id="tab-ibizbook-483-7">
<createTable tableName="T_IBIZBOOK"> <createTable tableName="T_IBIZBOOK">
<column name="CREATEMAN" remarks="" type="VARCHAR(60)"> <column name="CREATEMAN" remarks="" type="VARCHAR(60)">
</column> </column>
...@@ -278,7 +278,7 @@ ...@@ -278,7 +278,7 @@
<!--输出实体[IBIZCUSTOMER]数据结构 --> <!--输出实体[IBIZCUSTOMER]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizcustomer-96-10"> <changeSet author="a_LAB01_df847bdfd" id="tab-ibizcustomer-98-10">
<createTable tableName="T_IBIZCUSTOMER"> <createTable tableName="T_IBIZCUSTOMER">
<column name="CREATEMAN" remarks="" type="VARCHAR(60)"> <column name="CREATEMAN" remarks="" type="VARCHAR(60)">
</column> </column>
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
</createView> </createView>
</changeSet> </changeSet>
<!--输出实体[IBIZCUSTOMER]视图结构信息 runOnChange="true" 当视图发生变更时,通过liquibase强刷prod的视图,实现视图的同步--> <!--输出实体[IBIZCUSTOMER]视图结构信息 runOnChange="true" 当视图发生变更时,通过liquibase强刷prod的视图,实现视图的同步-->
<changeSet author="a_LAB01_df847bdfd" id="view-ibizcustomer-96-4" runOnChange="true"> <changeSet author="a_LAB01_df847bdfd" id="view-ibizcustomer-98-4" runOnChange="true">
<createView fullDefinition="false" replaceIfExists="true" viewName="V_IBIZCUSTOMER"> <createView fullDefinition="false" replaceIfExists="true" viewName="V_IBIZCUSTOMER">
<![CDATA[ SELECT t1.[ADDRESS], t1.[CREATEDATE], t1.[CREATEMAN], t1.[CUSTOMERUID], t1.[IBIZCUSTOMERID], t1.[IBIZCUSTOMERNAME], t1.[SN], t1.[UPDATEDATE], t1.[UPDATEMAN] FROM [T_IBIZCUSTOMER] t1 ]]> <![CDATA[ SELECT t1.[ADDRESS], t1.[CREATEDATE], t1.[CREATEMAN], t1.[CUSTOMERUID], t1.[IBIZCUSTOMERID], t1.[IBIZCUSTOMERNAME], t1.[SN], t1.[UPDATEDATE], t1.[UPDATEMAN] FROM [T_IBIZCUSTOMER] t1 ]]>
</createView> </createView>
......
[ [
{
"name": "年度",
"code": "Years",
"group": "",
"memo": "",
}
]
\ No newline at end of file
{
"name":"年度",
"code":"Years",
"group":"",
"memo":"",
"enable":"",
}
]
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
<artifactId>demo</artifactId> <artifactId>demo</artifactId>
<groupId>cn.ibizlab</groupId> <groupId>cn.ibizlab</groupId>
<version>1.0.0.0</version> <version>1.0.0.0</version>
<name>Demo</name> <name>后台服务</name>
<description>后台服务</description> <description></description>
<packaging>pom</packaging> <packaging>pom</packaging>
<parent> <parent>
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
<generateBackupPoms>false</generateBackupPoms> <generateBackupPoms>false</generateBackupPoms>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>cn.ibizlab</groupId> <groupId>cn.ibizlab</groupId>
<artifactId>ibizlab-generator-plugin</artifactId> <artifactId>ibizlab-generator-plugin</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
...@@ -137,4 +137,4 @@ ...@@ -137,4 +137,4 @@
</plugins> </plugins>
</build> </build>
</project> </project>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册