17 lines
318 B
C#
17 lines
318 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Song.ViewData.Attri
|
|
{
|
|
/// <summary>
|
|
/// 学员能够学习当前课程,才能使用的方法
|
|
/// </summary>
|
|
public class StudyAttribute : PurviewAttribute
|
|
{
|
|
|
|
}
|
|
}
|