Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
graces_es6
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rank
graces_es6
Commits
a3ac7721
Commit
a3ac7721
authored
Nov 03, 2020
by
李小芳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新代码
parent
2d7e8adb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
models.py
cashback/models.py
+0
-1
No files found.
cashback/models.py
View file @
a3ac7721
...
@@ -11,7 +11,6 @@ from gm_types.gaia import RED_PACKET, TRANS_ACTION, TRANS_EVENT, TRANS_STATUS, R
...
@@ -11,7 +11,6 @@ from gm_types.gaia import RED_PACKET, TRANS_ACTION, TRANS_EVENT, TRANS_STATUS, R
# Create your models here.
# Create your models here.
class
Dialog
(
models
.
Model
):
class
Dialog
(
models
.
Model
):
type
=
models
.
SmallIntegerField
(
choices
=
RED_PACKET
,
unique
=
True
)
type
=
models
.
SmallIntegerField
(
choices
=
RED_PACKET
,
unique
=
True
)
packet_id
=
models
.
IntegerField
(
verbose_name
=
"关联红包ID"
)
packet_id
=
models
.
IntegerField
(
verbose_name
=
"关联红包ID"
)
...
...
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