* +---------------------------------------------------------------------- */ /** * 分享列表 * @author crud自动生成代码 * @date 2025/03/17 16:22:48 */ namespace app\adminapi\validate\crud; use think\Validate; /** * Class CrudValidate * @date 2025/03/17 * @package app\adminapi\validate\crud */ class ShareListValidate extends Validate { /** * @var array */ protected $rule = [ ]; /** * @var array */ protected $message = [ ]; /** * @var array */ protected $scene = [ ]; }