消除warning

This commit is contained in:
2023-07-07 15:54:43 +08:00
parent c112472256
commit 844b76b823
17 changed files with 81 additions and 96 deletions

View File

@@ -48,11 +48,11 @@ public partial class BasMbomProcess : BaseEntity<string>
/// 投产方式
/// </summary>
public string? production_method { get; set; }
/// <summary>
/// 工艺路线子表id
/// </summary>
public string route_detail_id { get; set; }
public string route_detail_id { get; set; } = string.Empty;
/// <summary>
/// 是否时最后一道工序