V1.0.6
添加重置用户每月的免费换绑次数 优化项目结构
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using LMS.Tools.Extensions;
|
||||
using LMS.Common.Extensions;
|
||||
|
||||
namespace LMS.Repository.Models.DB
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using static LMS.Common.Enums.MachineEnum;
|
||||
|
||||
namespace LMS.Repository.Models.DB
|
||||
namespace LMS.Repository.DB
|
||||
{
|
||||
public class Machine
|
||||
{
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
using LMS.Common.Enum;
|
||||
using LMS.Common.Enums;
|
||||
using Newtonsoft.Json;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace LMS.Repository.DB;
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using LMS.Common.Enums;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using System.Text.Json;
|
||||
using static LMS.Common.Enums.PermissionEnum;
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using LMS.Common.Enums;
|
||||
using static LMS.Common.Enums.PermissionEnum;
|
||||
|
||||
namespace LMS.Repository.Models.DB
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using LMS.Tools.Extensions;
|
||||
using LMS.Common.Extensions;
|
||||
|
||||
namespace LMS.Repository.DB
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
using LMS.Repository.User;
|
||||
using LMS.Tools.Extensions;
|
||||
using LMS.Common.Extensions;
|
||||
using LMS.Repository.User;
|
||||
using Microsoft.AspNetCore.Identity;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
Reference in New Issue
Block a user