重写设备列表接口

This commit is contained in:
2023-11-17 10:35:51 +08:00
parent 9915cbd4f9
commit 48f390cdb7
4 changed files with 316 additions and 4 deletions

View File

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