添加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

@@ -144,5 +144,15 @@ namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
/// 副单位数量kg
/// </summary>
public string? deputy_num { get; set; }
/// <summary>
/// 第三方平台设备编号
/// </summary>
public string? third_equip_code { get; set; }
/// <summary>
/// 称重点位名称
/// </summary>
public string? weight_name { get; set; }
}
}