liaoxujun@qq.com
2023-09-01 a7981690ac9480ce932c9a9436e952022165e2a9
1
2
3
4
5
6
7
8
9
using DocumentServiceAPI.Core;
using DocumentServiceAPI.Model.cyDocumentModel;
 
namespace DocumentServiceAPI.Application.DocManage.Services
{
    public class DocAchievementService : BaseRepository<Doc_Achievement>, ITransient
    {
    }
}