From 0f15e7b48d064fa6faf99832ca5f4be9bc54e199 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期五, 11 八月 2023 13:41:09 +0800 Subject: [PATCH] fix --- model/collectionProjection.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/model/collectionProjection.go b/model/collectionProjection.go index e6d758b..2e160a2 100644 --- a/model/collectionProjection.go +++ b/model/collectionProjection.go @@ -13,7 +13,7 @@ Modifier int `json:"modifier" gorm:"column:modifier;type:int(11);comment:淇敼浜�"` EstimatedCollectionDate *string `json:"estimated_collection_date" gorm:"column:estimated_collection_date;type:datetime;comment:棰勮鏀舵鏃ユ湡"` EstimatedCollectionAmount float64 `json:"estimated_collection_amount" gorm:"column:estimated_collection_amount;type:decimal(10,2);comment:棰勮鏀舵閲戦"` - gorm.Model + gormModel } CollectionProjectionSearch struct { -- Gitblit v1.8.0