摘要: 1.创建数据模型类 public partial class SmsPush { [Key] public int Id { get; set; } [MaxLength(128)] public string AppName { get; set; } [DataType(DataType.Tex 阅读全文
posted @ 2021-06-06 00:45 Akgu 阅读(238) 评论(0) 推荐(0)