username@email.com
2024-09-09 e8fd9aa8a76c638991e60544ccab53e2e5bd5b6a
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; }
    }
}