Skip to content
This repository was archived by the owner on Mar 16, 2021. It is now read-only.

Commit 15ffd9b

Browse files
committed
delete field
1 parent 49f0ecc commit 15ffd9b

File tree

1 file changed

+0
-10
lines changed
  • src/main/java/com/seezoon/framework/modules/system/entity

1 file changed

+0
-10
lines changed

src/main/java/com/seezoon/framework/modules/system/entity/SysGen.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,6 @@
1717
*/
1818
public class SysGen extends BaseEntity<String> {
1919

20-
private String id1;
21-
22-
public String getId1() {
23-
24-
return this.getId();
25-
}
26-
27-
public void setId1(String id1) {
28-
this.id1 = id1;
29-
}
3020

3121
/**
3222
* 表名

0 commit comments

Comments
 (0)