You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
15
hyhproject/common/model/Express.php
Executable file
15
hyhproject/common/model/Express.php
Executable file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
namespace wstmart\common\model;
|
||||
/**
|
||||
* ============================================================================
|
||||
* 快递业务处理类
|
||||
*/
|
||||
use think\Db;
|
||||
class Express extends Base{
|
||||
/**
|
||||
* 获取快递列表
|
||||
*/
|
||||
public function listQuery(){
|
||||
return $this->where('dataFlag',1)->select();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user