fix
wangpengfei
2023-08-11 0f15e7b48d064fa6faf99832ca5f4be9bc54e199
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 {