新增
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace app\common\model\tcm;
|
||||
|
||||
use app\common\model\BaseModel;
|
||||
|
||||
/**
|
||||
* 处方业务订单与支付单(zyt_order)关联
|
||||
*/
|
||||
class PrescriptionOrderPayOrder extends BaseModel
|
||||
{
|
||||
protected $name = 'tcm_prescription_order_pay_order';
|
||||
|
||||
protected $autoWriteTimestamp = false;
|
||||
}
|
||||
Reference in New Issue
Block a user