chenweida преди 8 години
родител
ревизия
773eac1f30
променени са 1 файла, в които са добавени 5 реда и са изтрити 5 реда
  1. 5 5
      patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/entity/patient/prescription/PrescriptionLog.java

+ 5 - 5
patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/entity/patient/prescription/PrescriptionLog.java

@ -18,11 +18,11 @@ public class PrescriptionLog extends IdEntity {
    public enum PrescriptionLogType {
        zy("智业对接", 1),
        ylz("易联众对接", 2),
        create("创建处方", 2),
        reviewed("审核", 2),
        pay("支付", 2),
        expressage("配送", 2),
        finish("已完成", 2);
        create("创建处方", 3),
        reviewed("审核", 4),
        pay("支付", 5),
        expressage("配送", 6),
        finish("已完成", 7);
        private String name;
        private int value;