mirror of
https://github.com/netcccyun/dnsmgr.git
synced 2026-03-12 08:27:29 +08:00
10 lines
78 B
PHP
10 lines
78 B
PHP
<?php
|
|
|
|
namespace app\model;
|
|
|
|
use think\Model;
|
|
|
|
class Dmtask extends Model
|
|
{
|
|
}
|