//------------------------------------------------------------------------------
//
// 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
//
//------------------------------------------------------------------------------
namespace OpenAuth.App.Request
{
///
/// 同步表结构
///
public class SyncStructureReq
{
///
/// Id为空则为添加
///
public string Id { get; set; }
///
/// 表英文全称
///
public string TableName { get; set; }
}
}