parent
f43932290e
commit
89004169f6
@ -0,0 +1,14 @@ |
|||||||
|
<?php |
||||||
|
declare (strict_types = 1); |
||||||
|
|
||||||
|
namespace app\model; |
||||||
|
|
||||||
|
use think\Model; |
||||||
|
|
||||||
|
/** |
||||||
|
* @mixin think\Model |
||||||
|
*/ |
||||||
|
class RepeatDataT extends Model |
||||||
|
{ |
||||||
|
// |
||||||
|
} |
Loading…
Reference in new issue