using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace ICSSoft.Entity{ public class OccupyDocModel { /// <summary> /// 单据号 /// </summary> public string TransCode { get; set; } /// <summary> /// 站点 /// </summary> public string WorkPoint { get; set; } }}
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ICSSoft.Entity
{
public class OccupyDocModel
/// <summary>
/// 单据号
/// </summary>
public string TransCode { get; set; }
/// 站点
public string WorkPoint { get; set; }
}