| | |
| | | public bool is_del { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 排序 |
| | | /// </summary> |
| | | public int? sort { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 资格文件类型 |
| | | /// </summary> |
| | | public int? zige_code { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 获奖时间 |
| | | /// </summary> |
| | | public DateTime? zb_time { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 关联分类 |
| | | /// </summary> |
| | | [SugarColumn(IsIgnore = true)] |
| | | [Navigate(NavigateType.OneToOne, nameof(zige_code))] |
| | | public Document_Dictionary? document_Dictionary { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 关联分类 |
| | | /// </summary> |
| | | [SugarColumn(IsIgnore = true)] |
| | |
| | | [SugarColumn(IsIgnore = true)] |
| | | [Navigate(NavigateType.OneToOne, nameof(org_id))] |
| | | public Document_TenderUnit? DocOrganization { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 关联项目 |
| | | /// </summary> |
| | | [SugarColumn(IsIgnore = true)] |
| | | [Navigate(NavigateType.OneToOne, nameof(project_id))] |
| | | public Document_ProjectInfo? DocProject { get; set; } |
| | | } |
| | | |
| | | } |