using System; using System.Collections.Generic; using System.Linq; using System.Text; using LJLib.DAL.SQL; namespace JLHHJSvr.DBA.DBModle { [PK(new[] { "userid,funid" })] public sealed class st_user_power { public int? userid { get; set; } public int? funid { get; set; } } }