105040 Update 添加CableLectotypeId绑定
This commit is contained in:
parent
8e1612b873
commit
5a89a88437
|
@ -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; }
|
||||||
|
|
Loading…
Reference in New Issue