mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-04-05 08:37:28 +08:00
36 lines
953 B
C#
36 lines
953 B
C#
//------------------------------------------------------------------------------
|
|
// <autogenerated>
|
|
// This code was generated by a CodeSmith Template.
|
|
//
|
|
// DO NOT MODIFY contents of this file. Changes to this
|
|
// file will be lost if the code is regenerated.
|
|
// Author:Yubao Li
|
|
// </autogenerated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace OpenAuth.App.Request
|
|
{
|
|
/// <summary>
|
|
/// 同步表结构
|
|
/// </summary>
|
|
public class SyncStructureReq
|
|
{
|
|
/// <summary>
|
|
/// 列ID
|
|
/// <para>Id为空则为添加</para>
|
|
/// </summary>
|
|
public string Id { get; set; }
|
|
|
|
|
|
/// <summary>
|
|
/// 代码生成器主表ID
|
|
/// </summary>
|
|
public string BuilderTableId { get; set; }
|
|
|
|
/// <summary>
|
|
/// 表英文全称
|
|
/// </summary>
|
|
public string TableName { get; set; }
|
|
|
|
}
|
|
} |