using System; namespace SSWMS.Common { [Serializable] public class SYS_ROLE { public int ROLE_ID { get; set; } public string ROLE_NAME { get; set; } public int ROLE_START_MENU_ID { get; set; } public string ROLE_REMARK { get; set; } public string ROLE_FLAG { get; set; } } }