using System; namespace SSWMS.Common { [Serializable] public class SYS_RELATION { public int RELATION_ID { get; set; } public string RELATION_TYPE { get; set; } public int RELATION_ID1 { get; set; } public int RELATION_ID2 { get; set; } } }