namespace Admin.NET.Core; /// /// 系统用户扩展机构表种子数据 /// public class SysUserExtOrgSeedData : ISqlSugarEntitySeedData { /// /// 种子数据 /// /// public IEnumerable HasData() { return new[] { new SysUserExtOrg{ Id=252885263003000, UserId=252885263003721, OrgId=252885263003730, PosId=252885263003720 }, new SysUserExtOrg{ Id=252885263003001, UserId=252885263003722, OrgId=252885263003740, PosId=252885263003722 } }; } }