excel_handle/app/model/RepeatFrameT.php

15 lines
149 B

4 years ago
<?php
declare (strict_types = 1);
namespace app\model;
use think\Model;
/**
* @mixin think\Model
*/
class RepeatFrameT extends Model
{
//
}