6
0
Fork 0

预收益日志增加变更销售值

release
李静 2022-02-18 15:03:14 +08:00
parent 13302b3246
commit 02f3422077
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ class DistributionPreIncomeLogResource extends JsonResource
{
return [
'remarks' => $this->remarks,
'change_sales_value' => $this->change_sales_value,
'change_amount' => $this->change_amount,
'change_revenue'=> $this->change_revenue,
'created_at' => $this->created_at->toDateTimeString(),