mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-05-05 04:22:51 +08:00
8 lines
183 B
C#
8 lines
183 B
C#
using NetAdmin.Domain.DbMaps.Tpl;
|
|
|
|
namespace NetAdmin.Domain.Dto.Tpl.Example;
|
|
|
|
/// <summary>
|
|
/// 请求:创建示例
|
|
/// </summary>
|
|
public record CreateExampleReq : Tpl_Example; |