摘要:
0. 准备测试数据0.1 : 枚举using System;using System.Collections.Generic;using System.Linq;using System.Web;namespace MvcApplication.Models{ public enum YesOrNo { 否 = 0, 是 = 1 }}0.2 : 对应实体类及表sqlusing System;using System.Collections.Generic;using System.Linq;using System.Web;using System... 阅读全文
浙公网安备 33010602011771号