工作单元关系确认

This commit is contained in:
DESKTOP-H2PAFLR\Administrator
2023-09-07 11:19:34 +08:00
parent a85f2c5d8f
commit fb03972b06
9 changed files with 214 additions and 38 deletions

View File

@@ -26,10 +26,10 @@ namespace ZR.Model.mes.md
[SugarColumn(ColumnName="line_name" )]
public string LineName { get; set; }
/// <summary>
/// fk_工艺流程
/// fk_工作车间
///</summary>
[SugarColumn(ColumnName="fk_tech_process_id" )]
public int? FkTechProcessId { get; set; }
[SugarColumn(ColumnName= "pk_workshop_id")]
public int? FkWorkShopId { get; set; }
/// <summary>
/// 租户号
///</summary>