移动系统liao
2024-11-12 1cb49b04ae6709e6054c328f5ed12bff9ca014c8
CoreCms.Net.Model/Entities/Order/CoreCmsOrderItemPartial.cs
@@ -41,5 +41,12 @@
        public int atPresentReshipNums { get; set; } = 0;
        [SugarColumn(IsIgnore = true)] public object promotionObj { get; set; }
        /// <summary>
        /// 审核者员工SYSUserID"
        /// </summary>
        [SugarColumn(IsIgnore = true)]
        public int? publisherId { get; set; }
    }
}