//------------------------------------------------------------------------------ // // 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; } } }