小飞侠
2025-09-19 97ac729c2bef48ec6dfceb58e98593fe463c8a6d
CoreCms.Net.Model/CyinOAModel/OA_Staff.cs
@@ -457,5 +457,16 @@
           /// </summary>           
           public decimal? SM_SocialSecuritySelfMoney {get;set;}
        /// <summary>
        ///  是否是司机
        /// </summary>
        public bool BF_IsDriver { get; set; } = false;
        /// <summary>
        ///  是否是配送管理员
        /// </summary>
        public bool BF_IsDeliverManage { get; set; } = false;
    }
}