This commit is contained in:
Your Name
2026-04-07 18:13:03 +08:00
parent a780356908
commit fdf714f833
397 changed files with 15086 additions and 1043 deletions
@@ -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;
}