|
|
|
|
@ -879,5 +879,19 @@ namespace FactorySystemModel.SqlSugarModel
|
|
|
|
|
/// Nullable:False
|
|
|
|
|
/// </summary>
|
|
|
|
|
public int FTeamType { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Desc:配方变更路线ID
|
|
|
|
|
/// Default:-1
|
|
|
|
|
/// Nullable:False
|
|
|
|
|
/// </summary>
|
|
|
|
|
public int FHalfMaterialTeamID { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Desc:物料修改路线ID
|
|
|
|
|
/// Default:-1
|
|
|
|
|
/// Nullable:False
|
|
|
|
|
/// </summary>
|
|
|
|
|
public int FMdfMaterialTeamID { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|