Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
218 contributions in the last year
Activity overview
Contributed to
yuzd/Autofac.Annotation,
yuzd/AntDeploy,
yuzd/Hangfire.HttpJob
and 5 other
repositories
Contribution activity
September 2020
Created an issue in kotlin-orm/ktorm that received 4 comments
entity的model是interface我如何手动用代码创建一个
我该如何自己用代码创建一个这个model? interface Department : Entity<Department> { companion object : Entity.Factory<Department>() val id: Int var name: String var …
4
comments