新增 创建检测订单 接口
This commit is contained in:
@@ -7,6 +7,7 @@ namespace App\Model;
|
||||
|
||||
|
||||
use Hyperf\Database\Model\Collection;
|
||||
use Hyperf\Snowflake\Concern\Snowflake;
|
||||
|
||||
/**
|
||||
* @property int $id 主键id
|
||||
@@ -20,6 +21,8 @@ use Hyperf\Database\Model\Collection;
|
||||
*/
|
||||
class DiseaseClassDetection extends Model
|
||||
{
|
||||
use Snowflake;
|
||||
|
||||
/**
|
||||
* The table associated with the model.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user