UNIVPLMDataIntegration/Web/src/api-services/models/property-attributes.ts

31 lines
978 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 PropertyAttributes {
NUMBER_0 = 0,
NUMBER_512 = 512,
NUMBER_1024 = 1024,
NUMBER_4096 = 4096,
NUMBER_8192 = 8192,
NUMBER_16384 = 16384,
NUMBER_32768 = 32768,
NUMBER_62464 = 62464
}