update
This commit is contained in:
parent
babda9f340
commit
87bce569ba
@ -11,6 +11,15 @@ use think\facade\Db;
|
|||||||
|
|
||||||
class Logistics extends BaseController
|
class Logistics extends BaseController
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* @var repository
|
||||||
|
*/
|
||||||
|
protected $repository;
|
||||||
|
|
||||||
|
public $areaCode; // 区县地区码
|
||||||
|
|
||||||
|
public $streetCode; // 镇街道地区码
|
||||||
|
|
||||||
public function __construct(App $app, BaseRepository $repository)
|
public function __construct(App $app, BaseRepository $repository)
|
||||||
{
|
{
|
||||||
parent::__construct($app);
|
parent::__construct($app);
|
||||||
|
@ -13,6 +13,15 @@ use think\exception\ValidateException;
|
|||||||
|
|
||||||
class User extends BaseController
|
class User extends BaseController
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* @var repository
|
||||||
|
*/
|
||||||
|
protected $repository;
|
||||||
|
|
||||||
|
public $areaCode; // 区县地区码
|
||||||
|
|
||||||
|
public $streetCode; // 镇街道地区码
|
||||||
|
|
||||||
public function __construct(App $app, BaseRepository $repository)
|
public function __construct(App $app, BaseRepository $repository)
|
||||||
{
|
{
|
||||||
parent::__construct($app);
|
parent::__construct($app);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user