fix
wangpengfei
2023-08-11 251c3ff0282168c8cc44c48d27916b02e3498a7f
model/serviceFeeManage.go
@@ -13,7 +13,7 @@
      ClientId   int       `json:"client_id" gorm:"column:client_id;type:int(11);comment:客户ID"`
      Client     *Client   `json:"client" gorm:"foreignKey:ClientId"`
      MemberId   int       `json:"member_id" gorm:"column:member_id;type:int(11);comment:员工ID"`
      LatestDate time.Time `json:"latest_date" gorm:"column:latest_date;type:datetime;comment:最晚服务时间"`
      LatestDate *time.Time `json:"latest_date" gorm:"column:latest_date;type:datetime;comment:最晚服务时间"`
      Remark     string    `json:"remark" gorm:"column:remark;type:varchar(255);comment:备注"`
      File       string    `json:"file" gorm:"column:file;type:varchar(255);comment:文件"`
      gorm.Model `json:"-"`