14 lines
310 B
C#
14 lines
310 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
using Yi.Framework.Rbac.Application.Contracts.Dtos.User;
|
|
|
|
namespace Yi.Framework.Bbs.Application.Contracts.Dtos.BbsUser
|
|
{
|
|
public class BbsUserGetOutputDto: UserGetOutputDto
|
|
{
|
|
}
|
|
}
|