摘要: 科室类 public class Dept { public string Id { get; set; } public string Name { get; set; } public string ParentId { get; set; } public string RootId { ge 阅读全文
posted @ 2025-04-13 23:58 我有我奥妙 阅读(9) 评论(0) 推荐(0)
摘要: 示例代码 public enum TypeEnum { [Text("进行中")] Doing = 1, [Text("完成")] Done = 2, [Text("已被删除")] Deleted = 9, } public class TextAttribute : Attribute { pub 阅读全文
posted @ 2025-04-13 16:04 我有我奥妙 阅读(34) 评论(0) 推荐(0)