添加项目文件。
This commit is contained in:
17
src/BarCode.Web.Core/Dto/Login/DeptInfoDto.cs
Normal file
17
src/BarCode.Web.Core/Dto/Login/DeptInfoDto.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace BarCode.Web.Core.Dto.Login
|
||||
{
|
||||
public class DeptInfoDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public string DeptCode { get; set; }
|
||||
|
||||
public string DeptName { get; set; }
|
||||
|
||||
public int? ManagerId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user