|
@@ -98,6 +98,12 @@ public class SystemDicDataSeedData : ISeedData<SystemDicData>
|
|
|
new() { Id = "08dc39c1-f1f8-4717-8b03-9d562884c8f9", DicDataValue = "geren", DicDataName = "个人" }
|
|
|
];
|
|
|
}
|
|
|
+ if (dicTypeCode == SysDicTypeConsts.BulletinType)
|
|
|
+ {
|
|
|
+ return [
|
|
|
+ new() { Id = "08dc3c2a-a719-4e13-8f67-ce196528d3bf", DicDataValue = "9", DicDataName = "随手拍公告" }
|
|
|
+ ];
|
|
|
+ }
|
|
|
|
|
|
throw new NotImplementedException();
|
|
|
}
|