update-code-gen-input.ts 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. /* tslint:disable */
  2. /* eslint-disable */
  3. /**
  4. * Admin.NET 通用权限开发平台
  5. * 让 .NET 开发更简单、更通用、更流行。整合最新技术,模块插件式开发,前后端分离,开箱即用。<br/><u><b><font color='FF0000'> 👮不得利用本项目从事危害国家安全、扰乱社会秩序、侵犯他人合法权益等法律法规禁止的活动!任何基于本项目二次开发而产生的一切法律纠纷和责任,我们不承担任何责任!</font></b></u>
  6. *
  7. * OpenAPI spec version: 1.0.0
  8. *
  9. *
  10. * NOTE: This class is auto generated by the swagger code generator program.
  11. * https://github.com/swagger-api/swagger-codegen.git
  12. * Do not edit the class manually.
  13. */
  14. import { Filter } from './filter';
  15. import { Search } from './search';
  16. import { TableUniqueConfigItem } from './table-unique-config-item';
  17. /**
  18. *
  19. *
  20. * @export
  21. * @interface UpdateCodeGenInput
  22. */
  23. export interface UpdateCodeGenInput {
  24. /**
  25. * @type {Search}
  26. * @memberof UpdateCodeGenInput
  27. */
  28. search?: Search;
  29. /**
  30. * 模糊查询关键字
  31. *
  32. * @type {string}
  33. * @memberof UpdateCodeGenInput
  34. */
  35. keyword?: string | null;
  36. /**
  37. * @type {Filter}
  38. * @memberof UpdateCodeGenInput
  39. */
  40. filter?: Filter;
  41. /**
  42. * 当前页码
  43. *
  44. * @type {number}
  45. * @memberof UpdateCodeGenInput
  46. */
  47. page?: number;
  48. /**
  49. * 页码容量
  50. *
  51. * @type {number}
  52. * @memberof UpdateCodeGenInput
  53. */
  54. pageSize?: number;
  55. /**
  56. * 排序字段
  57. *
  58. * @type {string}
  59. * @memberof UpdateCodeGenInput
  60. */
  61. field?: string | null;
  62. /**
  63. * 排序方向
  64. *
  65. * @type {string}
  66. * @memberof UpdateCodeGenInput
  67. */
  68. order?: string | null;
  69. /**
  70. * 降序排序
  71. *
  72. * @type {string}
  73. * @memberof UpdateCodeGenInput
  74. */
  75. descStr?: string | null;
  76. /**
  77. * 类名
  78. *
  79. * @type {string}
  80. * @memberof UpdateCodeGenInput
  81. */
  82. className?: string | null;
  83. /**
  84. * 是否移除表前缀
  85. *
  86. * @type {string}
  87. * @memberof UpdateCodeGenInput
  88. */
  89. tablePrefix?: string | null;
  90. /**
  91. * 库定位器名
  92. *
  93. * @type {string}
  94. * @memberof UpdateCodeGenInput
  95. */
  96. configId?: string | null;
  97. /**
  98. * 数据库名(保留字段)
  99. *
  100. * @type {string}
  101. * @memberof UpdateCodeGenInput
  102. */
  103. dbName?: string | null;
  104. /**
  105. * 数据库类型
  106. *
  107. * @type {string}
  108. * @memberof UpdateCodeGenInput
  109. */
  110. dbType?: string | null;
  111. /**
  112. * 数据库链接
  113. *
  114. * @type {string}
  115. * @memberof UpdateCodeGenInput
  116. */
  117. connectionString?: string | null;
  118. /**
  119. * 功能名(数据库表名称)
  120. *
  121. * @type {string}
  122. * @memberof UpdateCodeGenInput
  123. */
  124. tableComment?: string | null;
  125. /**
  126. * 表唯一字段列表
  127. *
  128. * @type {Array<TableUniqueConfigItem>}
  129. * @memberof UpdateCodeGenInput
  130. */
  131. tableUniqueList?: Array<TableUniqueConfigItem> | null;
  132. /**
  133. * 菜单应用分类(应用编码)
  134. *
  135. * @type {string}
  136. * @memberof UpdateCodeGenInput
  137. */
  138. menuApplication?: string | null;
  139. /**
  140. * 菜单父级
  141. *
  142. * @type {number}
  143. * @memberof UpdateCodeGenInput
  144. */
  145. menuPid?: number | null;
  146. /**
  147. * 菜单图标
  148. *
  149. * @type {string}
  150. * @memberof UpdateCodeGenInput
  151. */
  152. menuIcon?: string | null;
  153. /**
  154. * 页面目录
  155. *
  156. * @type {string}
  157. * @memberof UpdateCodeGenInput
  158. */
  159. pagePath?: string | null;
  160. /**
  161. * 支持打印类型
  162. *
  163. * @type {string}
  164. * @memberof UpdateCodeGenInput
  165. */
  166. printType?: string | null;
  167. /**
  168. * 打印模版名称
  169. *
  170. * @type {string}
  171. * @memberof UpdateCodeGenInput
  172. */
  173. printName?: string | null;
  174. /**
  175. * 数据库表名
  176. *
  177. * @type {string}
  178. * @memberof UpdateCodeGenInput
  179. */
  180. tableName: string;
  181. /**
  182. * 业务名(业务代码包名称)
  183. *
  184. * @type {string}
  185. * @memberof UpdateCodeGenInput
  186. */
  187. busName: string;
  188. /**
  189. * 命名空间
  190. *
  191. * @type {string}
  192. * @memberof UpdateCodeGenInput
  193. */
  194. nameSpace: string;
  195. /**
  196. * 作者姓名
  197. *
  198. * @type {string}
  199. * @memberof UpdateCodeGenInput
  200. */
  201. authorName: string;
  202. /**
  203. * 生成方式
  204. *
  205. * @type {string}
  206. * @memberof UpdateCodeGenInput
  207. */
  208. generateType: string;
  209. /**
  210. * 是否生成菜单
  211. *
  212. * @type {boolean}
  213. * @memberof UpdateCodeGenInput
  214. */
  215. generateMenu: boolean;
  216. /**
  217. * 代码生成器Id
  218. *
  219. * @type {number}
  220. * @memberof UpdateCodeGenInput
  221. */
  222. id: number;
  223. }