@ -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;