添加x2server设备关联的字段

This commit is contained in:
2023-11-03 10:27:58 +08:00
parent 5dbbe60682
commit f56c1d1120
3 changed files with 19 additions and 1 deletions

View File

@@ -217,5 +217,10 @@ public partial class EqpEquipment : BaseEntity<string>
/// 入库库位id
/// </summary>
public string? as_location_id { get; set; }
/// <summary>
/// 第三方平台设备编号
/// </summary>
public string? third_equip_code { get; set; }
}