UNIVPLMDataIntegration/Web/src/api-services/models/gender-enum.ts

27 lines
1.0 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.
*/
/**
* GB/T 2261.1-2003<br />&nbsp; Unknown = 0<br />&nbsp; Male = 1<br />&nbsp; Female = 2<br />&nbsp; Unspecified = 9<br />
2024-06-15 13:02:35 +08:00
* @export
* @enum {string}
*/
export enum GenderEnum {
NUMBER_0 = 0,
2024-06-15 13:02:35 +08:00
NUMBER_1 = 1,
NUMBER_2 = 2,
NUMBER_9 = 9
2024-06-15 13:02:35 +08:00
}