This commit is contained in:
2023-11-23 10:45:51 +08:00
parent 242ec34a9a
commit 1b5422c5ec
3 changed files with 16 additions and 17 deletions

View File

@@ -89,9 +89,4 @@ public partial class EqpDaq : BaseEntity<string>
/// </summary>
public string? f_flowid { get; set; }
/// <summary>
/// 库位号
/// </summary>
public string? location_code { get; set; }
}