using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace ICSSoft.ASKEntity{ public class WH { public string WHCODE { get; set; } public int ID { get; set; } public int seq { get; set; } }}
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ICSSoft.ASKEntity
{
public class WH
public string WHCODE { get; set; }
public int ID { get; set; }
public int seq { get; set; }
}