username@email.com
2024-05-15 11629fb53df5683cd9d22b64b7056806a845c6d2
CoreCms.Net.Model/Entities/Order/CoreCmsOrder.cs
@@ -1,9 +1,9 @@
/***********************************************************************
 *            Project: CoreCms
 *        ProjectName: 核心内容管理系统
 *                Web: https://www.corecms.net
 *             Author: 大灰灰
 *              Email: jianweie@163.com
 *            Project: baifenBinfa
 *        ProjectName: 百分兵法管理系统
 *                Web: http://chuanyin.com
 *             Author:
 *              Email:
 *         CreateTime: 2021/10/18 11:51:30
 *        Description: 暂无
 ***********************************************************************/
@@ -416,12 +416,7 @@
        /// 优惠券信息
        /// </summary>
        [Display(Name = "优惠券信息")]
        public System.String coupon  { get; set; }
      public System.String coupon  { get; set; }
        
      
        /// <summary>
@@ -554,7 +549,20 @@
        
        
        public System.DateTime? updateTime  { get; set; }
        /// <summary>
        /// 计划订单id    ALTER TABLE [CoreCmsOrder] ADD  [planorderId] [nvarchar](255) NULL;
        /// </summary>
        [Display(Name = "计划订单id")]
        [StringLength(maximumLength: 255, ErrorMessage = "{0}不能超过{1}字")]
        [SugarColumn(IsNullable = true)]
        public System.String planorderId { get; set; }
    }
}