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

generator before deploy...

generator before deploy registry.cn-shanghai.aliyuncs.com/ibizsys/samplesolution-demosys-api-demoapi:2022.11.28.002
上级 9737955d
...@@ -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
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
</parent> </parent>
<artifactId>demo-core</artifactId> <artifactId>demo-core</artifactId>
<name>后台服务 Core</name> <name>Demo Core</name>
<description>后台服务 Core</description> <description>后台服务 Core,模板生成代码,再次发布会覆盖,建议不要直接修改,修改请在demo-boot项目中继承或覆盖重写</description>
<dependencies> <dependencies>
...@@ -20,6 +20,14 @@ ...@@ -20,6 +20,14 @@
<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>
...@@ -93,4 +101,4 @@ ...@@ -93,4 +101,4 @@
</profile> </profile>
</profiles> </profiles>
</project> </project>
\ No newline at end of file
...@@ -143,7 +143,7 @@ public class IBIZSample0021 extends EntityMP implements Serializable ...@@ -143,7 +143,7 @@ public class IBIZSample0021 extends EntityMP implements Serializable
* CURORGID * CURORGID
*/ */
@TableField(value = "curorgid") @TableField(value = "curorgid")
@DEField(name = "curorgid") @DEField(name = "curorgid" , preType = DEPredefinedFieldType.ORGID)
@JsonProperty("curorgid") @JsonProperty("curorgid")
@JSONField(name = "curorgid") @JSONField(name = "curorgid")
@ApiModelProperty(value = "curorgid", notes = "CURORGID") @ApiModelProperty(value = "curorgid", notes = "CURORGID")
...@@ -153,7 +153,7 @@ public class IBIZSample0021 extends EntityMP implements Serializable ...@@ -153,7 +153,7 @@ public class IBIZSample0021 extends EntityMP implements Serializable
* CURDEPTID * CURDEPTID
*/ */
@TableField(value = "curdeptid") @TableField(value = "curdeptid")
@DEField(name = "curdeptid") @DEField(name = "curdeptid" , preType = DEPredefinedFieldType.ORGSECTORID)
@JsonProperty("curdeptid") @JsonProperty("curdeptid")
@JSONField(name = "curdeptid") @JSONField(name = "curdeptid")
@ApiModelProperty(value = "curdeptid", notes = "CURDEPTID") @ApiModelProperty(value = "curdeptid", notes = "CURDEPTID")
...@@ -229,21 +229,7 @@ public class IBIZSample0021 extends EntityMP implements Serializable ...@@ -229,21 +229,7 @@ public class IBIZSample0021 extends EntityMP implements Serializable
this.modify("memo", memo); this.modify("memo", memo);
} }
/**
* 设置 [CURORGID]
*/
public void setCurorgid(String curorgid) {
this.curorgid = curorgid;
this.modify("curorgid", curorgid);
}
/**
* 设置 [CURDEPTID]
*/
public void setCurdeptid(String curdeptid) {
this.curdeptid = curdeptid;
this.modify("curdeptid", curdeptid);
}
/** /**
* 设置 [总计] * 设置 [总计]
......
...@@ -159,22 +159,6 @@ public class IBIZSample0021DTO extends DTOBase implements Serializable { ...@@ -159,22 +159,6 @@ public class IBIZSample0021DTO extends DTOBase implements Serializable {
this.modify("amount", amount); this.modify("amount", amount);
} }
/**
* 设置 [CURDEPTID]
*/
public void setCurdeptid(String curdeptid) {
this.curdeptid = curdeptid;
this.modify("curdeptid", curdeptid);
}
/**
* 设置 [CURORGID]
*/
public void setCurorgid(String curorgid) {
this.curorgid = curorgid;
this.modify("curorgid", curorgid);
}
/** /**
* 设置 [部门领导] * 设置 [部门领导]
*/ */
......
...@@ -3540,6 +3540,30 @@ ...@@ -3540,6 +3540,30 @@
"id": "all", "id": "all",
"name": "全部数据" "name": "全部数据"
}, },
{
"id": "curorg",
"name": "当前单位"
},
{
"id": "porg",
"name": "上级单位"
},
{
"id": "sorg",
"name": "下级单位"
},
{
"id": "curorgdept",
"name": "当前部门"
},
{
"id": "porgdept",
"name": "上级部门"
},
{
"id": "sorgdept",
"name": "下级部门"
},
{ {
"id": "createman", "id": "createman",
"name": "创建人" "name": "创建人"
......
[ [
{
"name": "年度",
"code": "Years",
"group": "",
"memo": "",
}
]
\ No newline at end of file
{
"name":"年度",
"code":"Years",
"group":"",
"memo":"",
"enable":"",
}
]
...@@ -22,6 +22,9 @@ ...@@ -22,6 +22,9 @@
<flowable:field name="majortext_ibizsample0021s"> <flowable:field name="majortext_ibizsample0021s">
<flowable:string>ibizsample0021name</flowable:string> <flowable:string>ibizsample0021name</flowable:string>
</flowable:field> </flowable:field>
<flowable:field name="orgfield_ibizsample0021s">
<flowable:string>curorgid</flowable:string>
</flowable:field>
<flowable:field name="isvalid"><flowable:string>0</flowable:string></flowable:field> <flowable:field name="isvalid"><flowable:string>0</flowable:string></flowable:field>
</extensionElements> </extensionElements>
<startEvent id="sid-Start001" name="开始"> <startEvent id="sid-Start001" name="开始">
......
...@@ -22,6 +22,9 @@ ...@@ -22,6 +22,9 @@
<flowable:field name="majortext_ibizsample0021s"> <flowable:field name="majortext_ibizsample0021s">
<flowable:string>ibizsample0021name</flowable:string> <flowable:string>ibizsample0021name</flowable:string>
</flowable:field> </flowable:field>
<flowable:field name="orgfield_ibizsample0021s">
<flowable:string>curorgid</flowable:string>
</flowable:field>
<flowable:field name="isvalid"><flowable:string>1</flowable:string></flowable:field> <flowable:field name="isvalid"><flowable:string>1</flowable:string></flowable:field>
</extensionElements> </extensionElements>
<startEvent id="sid-Start001" name="开始"> <startEvent id="sid-Start001" name="开始">
......
...@@ -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>后台服务</name> <name>Demo</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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册