We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
以下是实体类本身
@DBRow("domain_record") @Serializable data class DomainRecord( val name: String, /** * @see model.protocol.RecordType */ val recordType: Int, val content: String, val ttl: Int = 86400, val priority: Int = 10, val updateTime: Long = Clock.System.now().toEpochMilliseconds(), val cachedDomain: Boolean = false ) { val id = uuid4().toString() }
The text was updated successfully, but these errors were encountered:
sqllin-processor 部分有问题,我来修复,补全单元测试后提交合并。预计明天可以发个新版
Sorry, something went wrong.
该问题已经修复,请尝试使用最新的 1.2.2 版本
1.2.2
No branches or pull requests
以下是实体类本身
The text was updated successfully, but these errors were encountered: