巨石化纤
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
335 B

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; }
}
}