DiverseYouthNightSchool/application/manystore/model/ManystoreAuthGroupAccess.php

11 lines
113 B
PHP
Raw Normal View History

2024-11-04 15:00:20 +08:00
<?php
namespace app\manystore\model;
use think\Model;
class ManystoreAuthGroupAccess extends Model
{
//
}