mirror of
https://github.com/tursom/TursomServer.git
synced 2025-03-13 11:20:10 +08:00
fix KtormTableName target bug
This commit is contained in:
parent
b8b63acb48
commit
086079fa8d
@ -1,7 +1,7 @@
|
||||
package cn.tursom.database.ktorm.annotations
|
||||
|
||||
@MustBeDocumented
|
||||
@kotlin.annotation.Retention(AnnotationRetention.RUNTIME)
|
||||
@Retention(AnnotationRetention.RUNTIME)
|
||||
@Target(AnnotationTarget.FIELD, AnnotationTarget.ANNOTATION_CLASS)
|
||||
annotation class KtormTableField(
|
||||
val name: String = "",
|
||||
|
@ -1,8 +1,8 @@
|
||||
package cn.tursom.database.ktorm.annotations
|
||||
|
||||
@MustBeDocumented
|
||||
@kotlin.annotation.Retention(AnnotationRetention.RUNTIME)
|
||||
@Target(AnnotationTarget.FIELD, AnnotationTarget.ANNOTATION_CLASS)
|
||||
@Retention(AnnotationRetention.RUNTIME)
|
||||
@Target(AnnotationTarget.CLASS)
|
||||
annotation class KtormTableName(
|
||||
val name: String = "",
|
||||
)
|
Loading…
Reference in New Issue
Block a user