Commit 160d0d53ba1477c22c5c686646b73316acedb92b

Authored by jiangjiazhi
1 parent 4a41dfe6b0

111

Showing 1 changed file with 1 additions and 1 deletions

platform-common/src/main/java/com/lyms/platform/common/enums/ApplyOrderStatusEnums.java View file @ 160d0d5
... ... @@ -4,7 +4,7 @@
4 4 * Created by Administrator on 2016/6/27 0027.
5 5 */
6 6 public enum ApplyOrderStatusEnums {
7   - CREATED("已转出","1"),
  7 + CREATED("待接收","1"),
8 8 O("已接收","2"),
9 9 O1("建议转诊","3");
10 10