feat:
proto
This commit is contained in:
parent
377b7553e2
commit
bafed44a56
@ -1,8 +1,10 @@
|
|||||||
|
import {prizeType} from "../../type";
|
||||||
|
|
||||||
export interface ReqReceive {
|
export interface ReqReceive {
|
||||||
hdid: number
|
hdid: number
|
||||||
select: string[]
|
select: string[]
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ResReceive {
|
export interface ResReceive {
|
||||||
prize: atn[]
|
prize: prizeType[]
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user