Beispiel #1
0
  public void pricing(Packing type, double price) {
    // 更新包装价格
    pricePO.pricing(type, price);

    this.record();
  }
Beispiel #2
0
  public void pricing(Express type, double price) {
    // 更新快递价格
    pricePO.pricing(type, price);

    this.record();
  }