Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
community_vote
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hanfeng zhang
community_vote
Commits
2abfaf79
Commit
2abfaf79
authored
Jun 24, 2021
by
xhx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
service
parent
da3618fa
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
14 deletions
+15
-14
Dto.ts
src/types/Dto.ts
+15
-14
No files found.
src/types/Dto.ts
View file @
2abfaf79
...
@@ -50,19 +50,19 @@ export interface CreateVoteDto{
...
@@ -50,19 +50,19 @@ export interface CreateVoteDto{
}
}
export
interface
attendVote
{
export
interface
attendVote
{
voteId
:
string
,
voteId
:
string
;
name
:
string
,
name
:
string
;
desc
:
string
desc
:
string
}
}
export
interface
memberInfo
{
export
interface
memberInfo
{
addr
:
string
,
addr
:
string
;
name
:
string
name
:
string
}
}
export
interface
memberVote
{
export
interface
memberVote
{
voteId
:
string
,
voteId
:
string
;
optionId
:
string
,
optionId
:
string
;
amount
:
number
amount
:
number
}
}
...
@@ -71,30 +71,30 @@ export interface memberCloseVote {
...
@@ -71,30 +71,30 @@ export interface memberCloseVote {
}
}
export
interface
memberChangeVote
{
export
interface
memberChangeVote
{
voteId
:
string
,
voteId
:
string
;
addr
:
string
addr
:
string
}
}
export
interface
voteDetails
{
export
interface
voteDetails
{
execer
:
string
,
execer
:
string
;
funcName
:
string
,
funcName
:
string
;
payload
:
payload
payload
:
payload
}
}
export
interface
voteRest
{
export
interface
voteRest
{
execer
:
string
,
execer
:
string
;
funcName
:
string
,
funcName
:
string
;
payload
:
payloadRest
payload
:
payloadRest
}
}
export
interface
voteList
{
export
interface
voteList
{
execer
:
string
,
execer
:
string
;
funcName
:
string
,
funcName
:
string
;
payload
:
payloadList
payload
:
payloadList
}
}
export
interface
tradeList
{
export
interface
tradeList
{
execer
:
string
,
execer
:
string
;
funcName
:
string
,
funcName
:
string
;
payload
:
trade
payload
:
trade
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment