21 lines
325 B
Plaintext
21 lines
325 B
Plaintext
using System;
|
|
using System.Collections.Generic;
|
|
using {ModelsNamespace};
|
|
|
|
namespace {DtosNamespace}
|
|
{
|
|
/// <summary>
|
|
/// {TableNameDesc}输入对象模型
|
|
/// </summary>
|
|
public class {ModelTypeName}Dto
|
|
{
|
|
{PropertyName}
|
|
}
|
|
|
|
public class {ModelTypeName}QueryDto: PagerInfo
|
|
{
|
|
|
|
|
|
}
|
|
}
|