This commit is contained in:
2023-11-23 09:58:41 +08:00
parent 2524db7e1e
commit 24d8363096
6 changed files with 185 additions and 9 deletions

View File

@@ -88,5 +88,10 @@ public partial class EqpDaq : BaseEntity<string>
/// 流程引擎Id
/// </summary>
public string? f_flowid { get; set; }
/// <summary>
/// 库位号
/// </summary>
public string? location_code { get; set; }
}