From 3c921c53c2b4dcd617a4ec88bd2a78fe69f2b600 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期四, 10 八月 2023 19:34:33 +0800 Subject: [PATCH] temp --- model/request/collectionProjection.go | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/model/request/collectionProjection.go b/model/request/collectionProjection.go index e5f1202..f60a1b1 100644 --- a/model/request/collectionProjection.go +++ b/model/request/collectionProjection.go @@ -2,10 +2,19 @@ type AddCollectionProjection struct { CollectionProjection + SaleChanceId int `json:"sale_chance_id"` // 閿�鍞満浼歩d } type CollectionProjection struct { EstimatedCollectionAmount float64 `json:"estimated_collection_amount"` // 棰勮鏀舵閲戦 EstimatedCollectionTime string `json:"estimated_collection_time"` // 棰勮鏀舵鏃堕棿 - SaleChanceId int `json:"sale_chance_id"` // 閿�鍞満浼歩d +} + +type UpdateCollectionProjection struct { + Id int `json:"id"` + CollectionProjection +} + +type GetCollectionProjectionList struct { + PageInfo } -- Gitblit v1.8.0