UNIVPLMDataIntegration/Web/src/api-services/models/generic-parameter-attributes.ts

31 lines
944 B
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.
*/
/**
*
* @export
* @enum {string}
*/
export enum GenericParameterAttributes {
NUMBER_0 = 0,
NUMBER_1 = 1,
NUMBER_2 = 2,
NUMBER_3 = 3,
NUMBER_4 = 4,
NUMBER_8 = 8,
NUMBER_16 = 16,
2025-03-21 01:17:59 +08:00
NUMBER_28 = 28
2024-06-15 13:02:35 +08:00
}