Commit 4ef52c85 by 王召彬

Merge branch 'ft-oem' into test

parents d3f9fce6 25ca5a04
......@@ -37,6 +37,11 @@ class User
return $this->getValue('id');
}
public function getOemId()
{
return $this->getValue('oemId');
}
public function setTestFlag()
{
$this->setValue('testFlag', TestEnum::TEST_STORE_ID);
......
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