UNIVPLMDataIntegration/Web/src/api-services/models/page-code-gen-input.ts

245 lines
4.5 KiB
TypeScript
Raw Normal View History

2024-06-15 13:02:35 +08:00
/* tslint:disable */
/* eslint-disable */
/**
* Admin.NET
* .NET <br/><u><b><font color='FF0000'> 👮</font></b></u>
*
* OpenAPI spec version: 1.0.0
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/
import { Filter } from './filter';
import { Search } from './search';
2024-06-15 13:02:35 +08:00
/**
*
*
* @export
* @interface PageCodeGenInput
2024-06-15 13:02:35 +08:00
*/
export interface PageCodeGenInput {
2024-06-15 13:02:35 +08:00
/**
* @type {Search}
* @memberof PageCodeGenInput
*/
search?: Search;
/**
*
*
* @type {string}
* @memberof PageCodeGenInput
*/
keyword?: string | null;
/**
* @type {Filter}
* @memberof PageCodeGenInput
*/
filter?: Filter;
2024-06-15 13:02:35 +08:00
/**
*
*
* @type {number}
* @memberof PageCodeGenInput
2024-06-15 13:02:35 +08:00
*/
page?: number;
/**
*
*
* @type {number}
* @memberof PageCodeGenInput
2024-06-15 13:02:35 +08:00
*/
pageSize?: number;
/**
*
*
* @type {string}
* @memberof PageCodeGenInput
2024-06-15 13:02:35 +08:00
*/
field?: string | null;
/**
*
*
* @type {string}
* @memberof PageCodeGenInput
2024-06-15 13:02:35 +08:00
*/
order?: string | null;
/**
*
*
* @type {string}
* @memberof PageCodeGenInput
2024-06-15 13:02:35 +08:00
*/
descStr?: string | null;
/**
2024-11-03 18:28:29 +08:00
*
2024-06-15 13:02:35 +08:00
*
* @type {string}
* @memberof PageCodeGenInput
2024-06-15 13:02:35 +08:00
*/
2024-11-03 18:28:29 +08:00
tableName?: string | null;
2024-06-15 13:02:35 +08:00
/**
2024-11-03 18:28:29 +08:00
*
2024-06-15 13:02:35 +08:00
*
* @type {string}
* @memberof PageCodeGenInput
2024-06-15 13:02:35 +08:00
*/
2024-11-03 18:28:29 +08:00
busName?: string | null;
2024-06-15 13:02:35 +08:00
/**
2024-11-03 18:28:29 +08:00
*
2024-06-15 13:02:35 +08:00
*
* @type {string}
* @memberof PageCodeGenInput
2024-06-15 13:02:35 +08:00
*/
2024-11-03 18:28:29 +08:00
nameSpace?: string | null;
2024-06-15 13:02:35 +08:00
/**
2024-11-03 18:28:29 +08:00
*
2024-06-15 13:02:35 +08:00
*
* @type {string}
* @memberof PageCodeGenInput
2024-06-15 13:02:35 +08:00
*/
2024-11-03 18:28:29 +08:00
authorName?: string | null;
2024-06-15 13:02:35 +08:00
/**
2024-11-03 18:28:29 +08:00
*
2024-06-15 13:02:35 +08:00
*
* @type {string}
* @memberof PageCodeGenInput
2024-06-15 13:02:35 +08:00
*/
2024-11-03 18:28:29 +08:00
generateType?: string | null;
2024-06-15 13:02:35 +08:00
/**
2024-11-03 18:28:29 +08:00
*
2024-06-15 13:02:35 +08:00
*
2024-11-03 18:28:29 +08:00
* @type {boolean}
* @memberof PageCodeGenInput
2024-06-15 13:02:35 +08:00
*/
2024-11-03 18:28:29 +08:00
generateMenu?: boolean;
2024-06-15 13:02:35 +08:00
/**
2024-11-03 18:28:29 +08:00
* 使 Api Service
*
* @type {boolean}
* @memberof PageCodeGenInput
*/
isApiService?: boolean;
/**
*
2024-06-15 13:02:35 +08:00
*
* @type {string}
* @memberof PageCodeGenInput
2024-06-15 13:02:35 +08:00
*/
2024-11-03 18:28:29 +08:00
className?: string | null;
2024-06-15 13:02:35 +08:00
/**
2024-11-03 18:28:29 +08:00
*
2024-06-15 13:02:35 +08:00
*
* @type {string}
* @memberof PageCodeGenInput
2024-06-15 13:02:35 +08:00
*/
2024-11-03 18:28:29 +08:00
tablePrefix?: string | null;
2024-06-15 13:02:35 +08:00
/**
2024-11-03 18:28:29 +08:00
*
2024-06-15 13:02:35 +08:00
*
* @type {string}
* @memberof PageCodeGenInput
2024-06-15 13:02:35 +08:00
*/
2024-11-03 18:28:29 +08:00
configId?: string | null;
2024-06-15 13:02:35 +08:00
/**
2024-11-03 18:28:29 +08:00
* ()
2024-06-15 13:02:35 +08:00
*
* @type {string}
* @memberof PageCodeGenInput
2024-06-15 13:02:35 +08:00
*/
2024-11-03 18:28:29 +08:00
dbName?: string | null;
2024-06-15 13:02:35 +08:00
/**
2024-11-03 18:28:29 +08:00
*
2024-06-15 13:02:35 +08:00
*
* @type {string}
* @memberof PageCodeGenInput
2024-06-15 13:02:35 +08:00
*/
2024-11-03 18:28:29 +08:00
dbType?: string | null;
2024-06-15 13:02:35 +08:00
/**
2024-11-03 18:28:29 +08:00
*
2024-06-15 13:02:35 +08:00
*
* @type {string}
* @memberof PageCodeGenInput
2024-06-15 13:02:35 +08:00
*/
2024-11-03 18:28:29 +08:00
connectionString?: string | null;
2024-06-15 13:02:35 +08:00
/**
2024-11-03 18:28:29 +08:00
*
2024-06-15 13:02:35 +08:00
*
* @type {string}
* @memberof PageCodeGenInput
2024-06-15 13:02:35 +08:00
*/
2024-11-03 18:28:29 +08:00
tableComment?: string | null;
2024-06-15 13:02:35 +08:00
/**
2024-11-03 18:28:29 +08:00
*
2024-06-15 13:02:35 +08:00
*
2024-11-03 18:28:29 +08:00
* @type {string}
* @memberof PageCodeGenInput
2024-06-15 13:02:35 +08:00
*/
2024-11-03 18:28:29 +08:00
menuApplication?: string | null;
2024-06-15 13:02:35 +08:00
/**
*
*
* @type {number}
* @memberof PageCodeGenInput
2024-06-15 13:02:35 +08:00
*/
menuPid?: number | null;
/**
*
*
* @type {string}
* @memberof PageCodeGenInput
*/
menuIcon?: string | null;
2024-06-15 13:02:35 +08:00
/**
*
*
* @type {string}
* @memberof PageCodeGenInput
2024-06-15 13:02:35 +08:00
*/
pagePath?: string | null;
/**
*
*
* @type {string}
* @memberof PageCodeGenInput
2024-06-15 13:02:35 +08:00
*/
printType?: string | null;
/**
*
*
* @type {string}
* @memberof PageCodeGenInput
2024-06-15 13:02:35 +08:00
*/
printName?: string | null;
}