Skip to content
New issue

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

提供 ID 和 Timestamp 的属性委托API #688

Merged
merged 2 commits into from
May 24, 2023

Conversation

ForliyScarlet
Copy link
Member

ID:

val id by intID { 123 }
val strId by stringID { random }

Timestamp:

val time by timestamp { 123456789L }
val now by timestamp { now }

Note
更多说明、注意事项与场景参见相关委托函数和类型的API文档

@ForliyScarlet ForliyScarlet added 特性 一个新特性,或者一个新的功能/能力 模块:核心 核心与api模块相关的 labels May 24, 2023
@ForteScarlet ForteScarlet merged commit 66d2ff9 into dev/v3.1.0 May 24, 2023
@ForteScarlet ForteScarlet deleted the dev/3_1_0_delegate_api branch May 24, 2023 15:37
@ForteScarlet ForteScarlet added this to the v3.1.0 milestone May 24, 2023
@ForteScarlet ForteScarlet changed the title 提供 ID 和 Timestamp 的属性委托API并完善文档 提供 ID 和 Timestamp 的属性委托API May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
模块:核心 核心与api模块相关的 特性 一个新特性,或者一个新的功能/能力
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants