新增 创建检测订单 接口

This commit is contained in:
2023-07-28 14:35:25 +08:00
parent b3d0576013
commit ff5d622110
9 changed files with 441 additions and 12 deletions
+3
View File
@@ -7,6 +7,7 @@ namespace App\Model;
use Hyperf\Database\Model\Collection;
use Hyperf\Snowflake\Concern\Snowflake;
/**
* @property int $detection_project_id 主键id
@@ -19,6 +20,8 @@ use Hyperf\Database\Model\Collection;
*/
class DetectionProject extends Model
{
use Snowflake;
/**
* The table associated with the model.
*/