优化项目命名空间

This commit is contained in:
izory
2021-09-16 19:07:49 +08:00
parent ced13d7b10
commit 086ccbfb6d
37 changed files with 50 additions and 92 deletions

View File

@@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Text;
namespace ZR.Model.Dto.System
namespace ZR.Model.System.Dto
{
public class ArticleQueryDto: PagerInfo
{

View File

@@ -1,6 +1,6 @@
using System.ComponentModel.DataAnnotations;
namespace ZR.Model.Dto.System
namespace ZR.Model.System.Dto
{
public class LoginBodyDto
{

View File

@@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Text;
namespace ZR.Model.Dto.System
namespace ZR.Model.System.Dto
{
public class MenuDto
{

View File

@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Text;
namespace ZR.Model.Dto.System
namespace ZR.Model.System.Dto
{
public class RoleUsersCreateDto
{

View File

@@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Text;
namespace ZR.Model.Dto.System
namespace ZR.Model.System.Dto
{
public class SysFileQueryDto : PagerInfo
{

View File

@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Text;
using ZR.Model.System;
namespace ZR.Model.Dto.System
namespace ZR.Model.System.Dto
{
public class SysLogininfoDto : SysBase
{

View File

@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Text;
using ZR.Model.System;
namespace ZR.Model.Dto.System
namespace ZR.Model.System.Dto
{
public class SysOperLogDto : SysBase
{

View File

@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Text;
using ZR.Model.System;
namespace ZR.Model.Dto.System
namespace ZR.Model.System.Dto
{
public class SysRoleDto: SysBase
{

View File

@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Text;
using ZR.Model.System;
namespace ZR.Model.Dto.System
namespace ZR.Model.System.Dto
{
public class SysUserDto
{

View File

@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Text;
namespace ZR.Model.Dto.System
namespace ZR.Model.System.Dto
{
public class TasksQueryDto
{

View File

@@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Text;
namespace ZR.Model.Dto.System
namespace ZR.Model.System.Dto
{
public class TasksLogQueryDto
{