Commit 0ad5cabe authored by zhaofei's avatar zhaofei

s

parent 0b3ec937
/** @format */
interface IActivityBaseInfo<T> {
interface IActivityBaseInfo {
_id?: string
activityId?: string
openId?: string
......@@ -14,7 +14,6 @@ interface IActivityBaseInfo<T> {
updateTime?: number
awardReceiveExpiredTime?: number
tasks?: ITasks
data?: T
}
interface IActivityPrize {
......
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