+ [task#131070] init thinkansoff model.

This commit is contained in:
wangzemei
2024-11-01 14:30:59 +08:00
committed by 谢杞钰
parent 03e5cb0872
commit 4c093352e9
+9
View File
@@ -0,0 +1,9 @@
<?php
declare(strict_types=1);
namespace zin;
requireWg('thinkModel');
class thinkAnsoff extends thinkModel
{
}