| | |
| | | using FlexJobApi.Core.Enums.Users; |
| | | using Furion.DatabaseAccessor; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | |
| | | /// <summary> |
| | | /// 合同模板变量 |
| | | /// </summary> |
| | | public class ContractTemplateValue : CommonEntity, IPhysicalDeletion |
| | | public class ContractTemplateValue : CommonEntity<MasterDbContextLocator, SyncTargetDbContextLocator>, IPhysicalDeletion |
| | | { |
| | | /// <summary> |
| | | /// 合同模板Id |
| | |
| | | public string Name { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 绑定字段 |
| | | /// </summary> |
| | | public string BindProperty { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 是否必填 |
| | | /// </summary> |
| | | public bool Required { get; set; } |