using System.Collections.Generic; namespace SWRIS.Models { public class SetAbsolutePositionDataModel { /// <summary> /// 0=成功,>0=失败-原因码 /// 1:未开始工作;2:钢丝绳运行中;3:正在发送不可打断的数据 /// </summary> public byte Code { get; set; } } }