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 {