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

generator before deploy...

generator before deploy registry.cn-shanghai.aliyuncs.com/ibizsys/samplesolution-demosys-api-demoapi:2022.11.07.001
上级 a9b8ec19
......@@ -12,4 +12,4 @@
**.iml
*.jar
*.log
.DS_Store
.DS_Store
\ No newline at end of file
......@@ -50,4 +50,4 @@ public class BootApplication extends WebMvcConfigurerAdapter {
super.addArgumentResolvers(argumentResolvers);
argumentResolvers.add(resolver);
}
}
}
\ No newline at end of file
......@@ -10,8 +10,8 @@
</parent>
<artifactId>demo-core</artifactId>
<name>后台服务 Core</name>
<description>后台服务 Core</description>
<name>Demo Core</name>
<description>后台服务 Core,模板生成代码,再次发布会覆盖,建议不要直接修改,修改请在demo-boot项目中继承或覆盖重写</description>
<dependencies>
......@@ -20,6 +20,14 @@
<artifactId>ibizlab-boot-starter-data</artifactId>
<version>2.4.0-SNAPSHOT</version>
</dependency>
<!-- MySQL驱动包 -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>
</dependencies>
<properties>
......@@ -93,4 +101,4 @@
</profile>
</profiles>
</project>
</project>
\ No newline at end of file
......@@ -165,4 +165,6 @@ public class DYNADASHBOARDServiceBase extends ServiceImpl<DYNADASHBOARDMapper,DY
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -165,4 +165,6 @@ public class IBIZAPPCTRLServiceBase extends ServiceImpl<IBIZAPPCTRLMapper,IBIZAP
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -165,4 +165,6 @@ public class IBIZAPPEDITORServiceBase extends ServiceImpl<IBIZAPPEDITORMapper,IB
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -165,4 +165,6 @@ public class IBIZAPPEXTENDEDITORServiceBase extends ServiceImpl<IBIZAPPEXTENDEDI
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -165,4 +165,6 @@ public class IBIZAPPVIEWServiceBase extends ServiceImpl<IBIZAPPVIEWMapper,IBIZAP
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -216,4 +216,6 @@ public class IBIZAccountServiceBase extends ServiceImpl<IBIZAccountMapper,IBIZAc
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -190,4 +190,6 @@ public class IBIZBOOKServiceBase extends ServiceImpl<IBIZBOOKMapper,IBIZBOOK> im
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -191,4 +191,6 @@ public class IBIZCPUServiceBase extends ServiceImpl<IBIZCPUMapper,IBIZCPU> imple
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -165,4 +165,6 @@ public class IBIZCustomServiceBase extends ServiceImpl<IBIZCustomMapper,IBIZCust
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -189,4 +189,6 @@ public class IBIZCustomerMGServiceBase extends ServiceImpl<IBIZCustomerMGMapper,
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -165,4 +165,6 @@ public class IBIZCustomerServiceBase extends ServiceImpl<IBIZCustomerMapper,IBIZ
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -178,4 +178,6 @@ public class IBIZCustomer_INTFServiceBase extends ServiceImpl<IBIZCustomer_INTFM
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -191,4 +191,6 @@ public class IBIZHardwareServiceBase extends ServiceImpl<IBIZHardwareMapper,IBIZ
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -377,4 +377,15 @@ public class IBIZOrderDetailServiceBase extends ServiceImpl<IBIZOrderDetailMappe
}
\ No newline at end of file
/**
* 更新父数据(实体关系属性映射)
* @param et
*/
private void updateParentData(IBIZOrderDetail et){
}
private void updateParentDataBatch(List <IBIZOrderDetail> entities){
}
}
\ No newline at end of file
......@@ -402,4 +402,6 @@ public class IBIZOrderServiceBase extends ServiceImpl<IBIZOrderMapper,IBIZOrder>
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -170,4 +170,6 @@ public class IBIZOrderTypeServiceBase extends ServiceImpl<IBIZOrderTypeMapper,IB
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -165,4 +165,6 @@ public class IBIZQJServiceBase extends ServiceImpl<IBIZQJMapper,IBIZQJ> implemen
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -227,4 +227,6 @@ public class IBIZSample0001ServiceBase extends ServiceImpl<IBIZSample0001Mapper,
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -165,4 +165,6 @@ public class IBIZSample0002ServiceBase extends ServiceImpl<IBIZSample0002Mapper,
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -232,4 +232,6 @@ public class IBIZSample0003ServiceBase extends ServiceImpl<IBIZSample0003Mapper,
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -165,4 +165,6 @@ public class IBIZSample0004ServiceBase extends ServiceImpl<IBIZSample0004Mapper,
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -165,4 +165,6 @@ public class IBIZSample0005ServiceBase extends ServiceImpl<IBIZSample0005Mapper,
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -165,4 +165,6 @@ public class IBIZSample0006ServiceBase extends ServiceImpl<IBIZSample0006Mapper,
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -233,4 +233,6 @@ public class IBIZSample0007ServiceBase extends ServiceImpl<IBIZSample0007Mapper,
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -165,4 +165,6 @@ public class IBIZSample0008ServiceBase extends ServiceImpl<IBIZSample0008Mapper,
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -165,4 +165,6 @@ public class IBIZSample0009ServiceBase extends ServiceImpl<IBIZSample0009Mapper,
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -165,4 +165,6 @@ public class IBIZSample0010ServiceBase extends ServiceImpl<IBIZSample0010Mapper,
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -278,4 +278,6 @@ public class IBIZSample0011ServiceBase extends ServiceImpl<IBIZSample0011Mapper,
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -165,4 +165,6 @@ public class IBIZSample0012ServiceBase extends ServiceImpl<IBIZSample0012Mapper,
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -278,4 +278,6 @@ public class IBIZSample0013ServiceBase extends ServiceImpl<IBIZSample0013Mapper,
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -230,4 +230,6 @@ public class IBIZSample0014ServiceBase extends ServiceImpl<IBIZSample0014Mapper,
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -165,4 +165,6 @@ public class IBIZSample0015ServiceBase extends ServiceImpl<IBIZSample0015Mapper,
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -276,4 +276,6 @@ public class IBIZSample0016ServiceBase extends ServiceImpl<IBIZSample0016Mapper,
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -165,4 +165,6 @@ public class IBIZSample0017ServiceBase extends ServiceImpl<IBIZSample0017Mapper,
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -165,4 +165,6 @@ public class IBIZSample0018ServiceBase extends ServiceImpl<IBIZSample0018Mapper,
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -165,4 +165,6 @@ public class IBIZSample0019ServiceBase extends ServiceImpl<IBIZSample0019Mapper,
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -227,4 +227,6 @@ public class IBIZSample0020ServiceBase extends ServiceImpl<IBIZSample0020Mapper,
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -165,4 +165,6 @@ public class IBIZSample0021ServiceBase extends ServiceImpl<IBIZSample0021Mapper,
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -165,4 +165,6 @@ public class IBIZSampleServiceBase extends ServiceImpl<IBIZSampleMapper,IBIZSamp
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -191,4 +191,6 @@ public class IBIZSoftwareSuitServiceBase extends ServiceImpl<IBIZSoftwareSuitMap
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -191,4 +191,6 @@ public class IBIZStorageServiceBase extends ServiceImpl<IBIZStorageMapper,IBIZSt
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -165,4 +165,6 @@ public class IBIZSupplierServiceBase extends ServiceImpl<IBIZSupplierMapper,IBIZ
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -232,4 +232,6 @@ public class IBIZTASKServiceBase extends ServiceImpl<IBIZTASKMapper,IBIZTASK> im
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -266,4 +266,6 @@ public class IBIZTASKTEAMServiceBase extends ServiceImpl<IBIZTASKTEAMMapper,IBIZ
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -165,4 +165,6 @@ public class IBIZUNIProductServiceBase extends ServiceImpl<IBIZUNIProductMapper,
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -165,4 +165,6 @@ public class IBIZViewMsgServiceBase extends ServiceImpl<IBIZViewMsgMapper,IBIZVi
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -165,4 +165,6 @@ public class MicroComponentServiceBase extends ServiceImpl<MicroComponentMapper,
}
\ No newline at end of file
}
\ No newline at end of file
[
{
"name":"年度",
"code":"Years",
"group":"",
"memo":"",
"enable":"",
}
]
[
{
"name": "年度",
"code": "Years",
"group": "",
"memo": "",
}
]
\ No newline at end of file
......@@ -6,8 +6,8 @@
<artifactId>demo</artifactId>
<groupId>cn.ibizlab</groupId>
<version>1.0.0.0</version>
<name>后台服务</name>
<description></description>
<name>Demo</name>
<description>后台服务</description>
<packaging>pom</packaging>
<parent>
......@@ -105,7 +105,7 @@
<generateBackupPoms>false</generateBackupPoms>
</configuration>
</plugin>
<plugin>
<plugin>
<groupId>cn.ibizlab</groupId>
<artifactId>ibizlab-generator-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
......@@ -137,4 +137,4 @@
</plugins>
</build>
</project>
</project>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册