Skip to content

Commit 582e373

Browse files
committed
Add some comments
1 parent 938136f commit 582e373

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sqllin-dsl/src/commonTest/kotlin/com/ctrip/sqllin/dsl/TestPrimitiveTypeForKSP.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ package com.ctrip.sqllin.dsl
1919
import com.ctrip.sqllin.dsl.annotation.DBRow
2020
import kotlinx.serialization.Serializable
2121

22+
/**
23+
* Test whether the sqllin-processor could generate primitive type and String correctly
24+
* @author yaqiao
25+
*/
26+
2227
@DBRow
2328
@Serializable
2429
data class TestPrimitiveTypeForKSP(

0 commit comments

Comments
 (0)