sunpengfei
11 小时以前 5c45bc53e2c18e45130c21048df4af4896455c6d
FlexJobApi.Core/Entities/UserServer/Enterprises/EnterpriseEmployee.cs
@@ -1,4 +1,5 @@
using System;
using Furion.DatabaseAccessor;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
@@ -10,7 +11,7 @@
    /// <summary>
    /// 灵工
    /// </summary>
    public class EnterpriseEmployee : CommonEntity
    public class EnterpriseEmployee : CommonEntity<MasterDbContextLocator>
    {
        public EnterpriseEmployee()
        {