Commit eb8d37b5 by caosy

APP订单 微信支付

parent 225b0a2b
......@@ -539,4 +539,10 @@ public class MbsOrder extends AbstractOrder implements java.io.Serializable {
public void setPlatform(String platform) {
this.platform = platform;
}
@Override
public BigDecimal getOnPayAmount() {
// TODO Auto-generated method stub
return null;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment