BUGFIX: workspace新增;

This commit is contained in:
shahaibo
2023-10-12 09:57:48 +08:00
parent 6549e2baeb
commit 47df80138b
2 changed files with 3 additions and 3 deletions

View File

@@ -11,9 +11,9 @@ public enum Sex implements IEnumDisplay {
FEMALE("Female"),
MALE("Male"),
MALE("Male")
CHILD("Child")
// CHILD("Child")
;
private String value;