移动系统liao
2024-11-12 1cb49b04ae6709e6054c328f5ed12bff9ca014c8
CoreCms.Net.Model/Entities/Bill/CoreCmsBillDeliveryPartial.cs
@@ -1,7 +1,7 @@
/***********************************************************************
 *            Project: CoreCms
 *            Project: baifenBinfa
 *        ProjectName: 百分兵法管理系统                               
 *                Web: hhtp://chuanyin.com
 *                Web: http://chuanyin.com
 *             Author:                                        
 *              Email:                               
 *         CreateTime: 202403/02   
@@ -32,5 +32,16 @@
        [SugarColumn(IsIgnore = true)]
        public System.String shipAreaIdName { get; set; }
        /// <summary>
        /// 商品列表
        /// </summary>
        [Navigate(NavigateType.OneToOne,nameof(orderId))]
        public  CoreCmsOrder? order { get; set; }
        /// <summary>
        /// sendDistributionAccept 经销商发货确认状态字符串描述
        /// </summary>
        [SugarColumn(IsIgnore =true)]
        public string  distributionAcceptStr { get; set; }
    }
}