Commit 7180440f by feixiang

分店Id

parent 0c51c8b3
......@@ -120,6 +120,16 @@ class User
$this->setValue('token', $value);
}
public function setSubStoreId($value)
{
$this->setValue('subStoreId', $value);
}
public function getSubStoreId()
{
$this->getValue('subStoreId');
}
public function fill($arr)
{
......
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