Skip to content

Commit

Permalink
直した_2
Browse files Browse the repository at this point in the history
  • Loading branch information
TK-7728 authored Aug 31, 2023
1 parent e447ab5 commit 3bcdb5c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ class VoteBase(BaseModel):

class Votes(VoteBase):
group_id_21:str #2nd grade 1st class
group_id_22:str
group_id_23:str
# group_id_22:str
# group_id_23:str
group_id_11:str
group_id_12:str
group_id_13:str
# group_id_12:str
# group_id_13:str

class Vote(VoteBase):
class Config:
Expand Down

0 comments on commit 3bcdb5c

Please sign in to comment.