商户后台

This commit is contained in:
liu
2026-06-17 12:41:49 +08:00
parent 845bea4b81
commit f63a7db58f
46 changed files with 2215 additions and 43 deletions
@@ -6,7 +6,7 @@ use Illuminate\Database\Eloquent\Model;
class MerchantCategoryModel extends Model
{
protected $table = 'merchant_categories';
protected $table = 'platform_categories';
protected $fillable = [
'name',