105040 Update 添加CableLectotypeId绑定

This commit is contained in:
lihanbo 2024-12-23 11:58:44 +08:00
parent 8e1612b873
commit 5a89a88437
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ namespace Sinvo.EplanHpD.Plugin.WPFUI.Models
{ {
public class LectotypeLineModel : CheckedModel public class LectotypeLineModel : CheckedModel
{ {
public string CableLectotypeId { get; set; }
/// 机械机构号 /// 机械机构号
/// </summary> /// </summary>
public string MechanicalNo { get; set; } public string MechanicalNo { get; set; }