mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2026-01-07 13:59:24 +00:00
temporal solution of generating problem
This commit is contained in:
@@ -11,10 +11,13 @@ value class TestId(
|
||||
val long: Long
|
||||
)
|
||||
|
||||
typealias ParentTypeId = TestId
|
||||
|
||||
@GenerateCRUDModel(IRegisteredTest::class)
|
||||
sealed interface Test {
|
||||
val property1: String
|
||||
val property2: Int
|
||||
val parent: ParentTypeId?
|
||||
|
||||
@GenerateCRUDModelExcludeOverride
|
||||
val excludedProperty: String
|
||||
|
||||
Reference in New Issue
Block a user