1.提交缺失的东西
This commit is contained in:
@ -17,7 +17,7 @@
|
|||||||
// | author: likeshop.cn.team
|
// | author: likeshop.cn.team
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
namespace app\api\model;
|
namespace app\api\model;
|
||||||
use app\common\server\UrlServer;
|
use app\common\service\UrlServer;
|
||||||
use think\Model;
|
use think\Model;
|
||||||
|
|
||||||
class GoodsImage extends Model{
|
class GoodsImage extends Model{
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
// | author: likeshop.cn.team
|
// | author: likeshop.cn.team
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
namespace app\api\model;
|
namespace app\api\model;
|
||||||
use app\common\server\UrlServer;
|
use app\common\service\UrlServer;
|
||||||
use think\Model;
|
use think\Model;
|
||||||
|
|
||||||
class GoodsItem extends Model {
|
class GoodsItem extends Model {
|
||||||
|
|||||||
Reference in New Issue
Block a user