Files
Yi.Admin/src/Yi.Framework/Yi.Framework.Application/Student/MapperConfig/StudentProfile.cs

13 lines
226 B
C#
Raw Normal View History

2023-01-12 14:58:16 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Yi.Framework.Application.Student.MapperConfig
{
internal class StudentProfile
{
}
}