V1.0.6
添加重置用户每月的免费换绑次数 优化项目结构
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace LMS.Repository.Options
|
||||
{
|
||||
public class ResetUserFreeCountSettingModel
|
||||
{
|
||||
public bool EnableMonthlyReset { get; set; } = false;
|
||||
|
||||
public int OnceFreeCount { get; set; } = 5;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user