Files
Yi.Admin/Yi.Framework.Net6/src/project/Yi.Framework.Domain.Shared/School/ConstClasses/StudentConst.cs

17 lines
279 B
C#
Raw Normal View History

using System;
2023-01-12 14:58:16 +08:00
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Yi.Framework.Domain.Shared.School.ConstClasses
2023-01-12 14:58:16 +08:00
{
/// <summary>
/// 常量定义
/// </summary>
2023-01-12 14:58:16 +08:00
public class StudentConst
{
}
}