芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/app/Models/ProposalTemplateItem.php
hasOne(ProposalTemplateItemImage::class, 'proposal_template_item_id'); } public static function taxbyid($id) { return Tax::where('id', $id)->withTrashed(); } }