Commit fa7655a5 by xmy

Merge branch 'ft-oem' into test

parents 07b268e9 b01633c3
......@@ -27,4 +27,8 @@ interface VipInterface
public function tryVipCountByReferId(int $referId);
public function getVipByOemId($oemId);
public function updateByOemId($oemId, $price);
public function saveByOemId($oemId, $price);
}
\ No newline at end of file
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 to comment