/*********************************************************************** * Project: baifenBinfa * ProjectName: 百分兵法管理系统 * Web: http://chuanyin.com * Author: * Email: * CreateTime: 202403/02 * Description: 暂无 ***********************************************************************/ using SqlSugar; namespace CoreCms.Net.Model.Entities { /// /// 订单记录表 /// public partial class CoreCmsOrderLog { /// /// 类型说明 /// [SugarColumn(IsIgnore = true)] public string typeText { get; set; } } }