优化代码注释&命名空间

This commit is contained in:
不做码农
2023-05-04 18:20:18 +08:00
parent 547945d85b
commit a89762e070
47 changed files with 224 additions and 353 deletions

View File

@@ -1,11 +1,8 @@
using System;
using System.Collections.Generic;
using System.Text;
using ZR.Model.System;
using System.Collections.Generic;
namespace ZR.Model.System.Dto
{
public class SysRoleDto: SysBase
public class SysRoleDto : SysBase
{
public long RoleId { get; set; }
/// <summary>