Commit 908e2939568d5241bea7823d12a32bf47c123c9d

Authored by shiyang
1 parent 6f970afbd4

update

Showing 1 changed file with 2 additions and 2 deletions

platform-common/src/main/java/com/lyms/platform/common/enums/LhSexEnum.java View file @ 908e293
... ... @@ -8,8 +8,8 @@
8 8 * @Date: 2021/10/18
9 9 */
10 10 public enum LhSexEnum {
11   - WOMAN("1", "女"),
12   - MAN("2", "男"),
  11 + WOMAN("1", "男"),
  12 + MAN("2", "女"),
13 13 LXJX("3", "两性畸形"),
14 14 BX("4", "不详");
15 15