File tree Expand file tree Collapse file tree 15 files changed +18
-26
lines changed
admin-ui/src/pages/flow/leave
src/main/java/com/codingapi/example/domain
springboot-starter-data-fast
main/java/com/codingapi/springboot/flow/bind
test/java/com/codingapi/springboot/flow/flow
springboot-starter-security Expand file tree Collapse file tree 15 files changed +18
-26
lines changed Original file line number Diff line number Diff line change @@ -96,12 +96,6 @@ const LeavePage = () => {
9696 hidden = { true }
9797 />
9898
99- < ProFormText
100- name = { "clazzName" }
101- initialValue = { "com.codingapi.example.domain.Leave" }
102- hidden = { true }
103- />
104-
10599 < ProFormText
106100 name = { "flowName" }
107101 label = { "流程名称" }
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >springboot-example</artifactId >
77 <groupId >com.codingapi.springboot</groupId >
8- <version >3.3.19 </version >
8+ <version >3.3.20 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >springboot-example</artifactId >
77 <groupId >com.codingapi.springboot</groupId >
8- <version >3.3.19 </version >
8+ <version >3.3.20 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change @@ -14,8 +14,4 @@ public class Leave implements IBindData {
1414 private String username ;
1515 private long createTime ;
1616
17- @ Override
18- public String getClazzName () {
19- return this .getClass ().getName ();
20- }
2117}
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >springboot-example</artifactId >
77 <groupId >com.codingapi.springboot</groupId >
8- <version >3.3.19 </version >
8+ <version >3.3.20 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >springboot-example</artifactId >
77 <groupId >com.codingapi.springboot</groupId >
8- <version >3.3.19 </version >
8+ <version >3.3.20 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >springboot-example</artifactId >
77 <groupId >com.codingapi.springboot</groupId >
8- <version >3.3.19 </version >
8+ <version >3.3.20 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 1717 </parent >
1818
1919 <artifactId >springboot-example</artifactId >
20- <version >3.3.19 </version >
20+ <version >3.3.20 </version >
2121
2222 <name >springboot-example</name >
2323 <description >springboot-example project for Spring Boot</description >
Original file line number Diff line number Diff line change 1212
1313 <groupId >com.codingapi.springboot</groupId >
1414 <artifactId >springboot-parent</artifactId >
15- <version >3.3.19 </version >
15+ <version >3.3.20 </version >
1616
1717 <url >https://github.com/codingapi/springboot-framewrok</url >
1818 <name >springboot-parent</name >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >springboot-parent</artifactId >
77 <groupId >com.codingapi.springboot</groupId >
8- <version >3.3.19 </version >
8+ <version >3.3.20 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
You can’t perform that action at this time.
0 commit comments