会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
帝君
CnBlogs
Home
New Post
Contact
Admin
Subscription
2021年2月2日
.Net5 - 定义枚举,在查询中巧妙的应用方式
枚举命名规则: 1、 枚举以复数的形式命名 => 例如性别 public enum Genders { } 2、状态 以Status结尾 枚举的扩展方法:还有其他博文 using System; using System.ComponentModel; using System.Reflection
Read More
posted @ 2021-02-02 23:24 gygtech
Views(345)
Comments(0)
Diggs(0)
公告