Commit 82b48451 authored by 杨林's avatar 杨林

券样例类

parent 6a0db274
package model
/**
* Created with IntelliJ IDEA.
* Class: CouponItem
* Description:
* User: lin
* Date: 2021-06-04
* Time: 17:56
*/
case class CouponItem(
discount: Double,
link: String,
quota: Double,
useEndTime: Long,
useStartTime: Long
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment