晒晒我的通用数据访问层

复制/// <summary> /// 表示一个商品对象的晒晒实体类 /// </summary> publicsealedclass Product { publicint ProductID { get; set; } publicstring ProductName { get; set; } publicint CategoryID { get; set; } publicstring Unit { get; set; } publicdecimal UnitPrice { get; set; } publicint Quantity { get; set; } // 仅当加载详细信息(单个实体)时才加载它。亿华云加载列表时忽略这个字段。WordPress模板用数据访 [ItemField(OnlyLoadAll = true)] publicstring Remark { get; set; } } 1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.服务器租用
本文地址:http://www.bzve.cn/html/344a9799558.html
版权声明
本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。