File was renamed from DocumentServiceAPI.Model/JobInfo.cs |
| | |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | |
| | | namespace DocumentServiceAPI.Model |
| | | namespace DocumentServiceAPI.Model.User |
| | | { |
| | | /// <summary> |
| | | /// 岗位表 |
| | | /// </summary> |
| | | [SugarTable(TableDescription = "岗位和User 中间表")] |
| | | public class JobInfo: BaseModel |
| | | public class JobInfo : BaseModel |
| | | { |
| | | /// <summary> |
| | | /// ID |
| | | /// </summary> |
| | | [Display(Name = "ID ")] |
| | | [SugarColumn(ColumnDescription = "ID ",IsPrimaryKey =true,IsIdentity =true)] |
| | | [SugarColumn(ColumnDescription = "ID ", IsPrimaryKey = true, IsIdentity = true)] |
| | | public int ID { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | [Display(Name = "公司名称 ")] |
| | | [SugarColumn(ColumnDescription = "公司名称 ")] |
| | | public int UntilID { get; set; } |
| | | public int UntilID { get; set; } |
| | | } |
| | | } |