1.提交缺失的东西

This commit is contained in:
2025-05-16 13:39:36 +08:00
parent 554d028ac0
commit 23beaa7ff3
2 changed files with 2 additions and 2 deletions

View File

@ -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{

View File

@ -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 {