Compare commits
11 Commits
7e917faf03
...
v0.0.11
| Author | SHA1 | Date | |
|---|---|---|---|
| 53b8c4c23f | |||
| f8beb03362 | |||
| f5528fbfad | |||
| 90c97f211b | |||
| 42dee2e4ad | |||
| 66eb6108cd | |||
| 82f950e71d | |||
| cceabb0c8d | |||
| 62de8e4885 | |||
| 9f7460e959 | |||
| 90d4c5e5f6 |
2
pom.xml
2
pom.xml
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<groupId>com.imyeyu.spring</groupId>
|
<groupId>com.imyeyu.spring</groupId>
|
||||||
<artifactId>timi-spring</artifactId>
|
<artifactId>timi-spring</artifactId>
|
||||||
<version>0.0.12</version>
|
<version>0.0.11</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|||||||
@@ -22,9 +22,6 @@ public class Multilingual extends Language implements IDEntity<String>, Creatabl
|
|||||||
@AutoUUID
|
@AutoUUID
|
||||||
protected String id;
|
protected String id;
|
||||||
|
|
||||||
/** 业务类型 */
|
|
||||||
protected String bizType;
|
|
||||||
|
|
||||||
/** 创建时间 */
|
/** 创建时间 */
|
||||||
protected Long createdAt;
|
protected Long createdAt;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user