Files
xuetang/server/app/common/model/pharmacy/EjPharmacyCallbackInbox.php
T
2026-09-08 11:40:15 +08:00

15 lines
285 B
PHP

<?php
declare(strict_types=1);
namespace app\common\model\pharmacy;
use app\common\model\BaseModel;
class EjPharmacyCallbackInbox extends BaseModel
{
protected $name = 'ej_pharmacy_callback_inbox';
protected $autoWriteTimestamp = true;
protected $dateFormat = false;
}