using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace ICSSoft.Entity{ public class ForkLiftStartTaskResultModel { /// <summary> /// 结果编码(0:成功) /// </summary> public int Ret { get; set; } /// <summary> /// 返回信息 /// </summary> public string RetMsg { get; set; } } }
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ICSSoft.Entity
{
public class ForkLiftStartTaskResultModel
/// <summary>
/// 结果编码(0:成功)
/// </summary>
public int Ret { get; set; }
/// 返回信息
public string RetMsg { get; set; }
}