| | |
| | | using System; |
| | | using Furion.DatabaseAccessor; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | |
| | | /// <summary> |
| | | /// 灵工合同 |
| | | /// </summary> |
| | | public class EnterpriseEmployeeContract : CommonEntity |
| | | public class EnterpriseEmployeeContract : CommonEntity<MasterDbContextLocator> |
| | | { |
| | | /// <summary> |
| | | /// 灵工Id |
| | |
| | | public Guid? ContractTemplateId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 合同模板 |
| | | /// </summary> |
| | | public ContractTemplate ContractTemplate { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 灵工签约状态 |
| | | /// </summary> |
| | | public EnumTaskUserSignContractStatus? UserSignContractStatus { get; set; } |