岗位、部门种子数据
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using SqlSugar;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Yi.Framework.Model.Models;
|
||||
|
||||
namespace Yi.Framework.Model.SeedData
|
||||
{
|
||||
public class DictionarySeed : AbstractSeed<DictionaryEntity>
|
||||
{
|
||||
public override List<DictionaryEntity> GetSeed()
|
||||
{
|
||||
return Entitys;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user