摘要:
微信小程序报:For developer:Two-way binding does not support complex data paths currently. This two-way binding is ignored. 翻译过来是:对于开发人员:双向绑定目前不支持复杂的数据路径。这种双 阅读全文
摘要:
SqlSugar code first 字段为枚举类型,默认生成数据库字段为bigint如何设置为int类型 第一种方法:定义枚举的时候,后面加int,例: public enum JobTypeEnum : int { [Description("全部")] all = 0, [Descripti 阅读全文