记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
董敬伟
liquidnet-bus-v1
Commits
73691fa1
Commit
73691fa1
authored
Nov 15, 2021
by
胡佳晨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
最大积分限制 添加
parent
89233798
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
application-dev.yml
liquidnet-bus-config/liquidnet-config/application-dev.yml
+5
-5
STFieldListParam.java
...service/platform/param/ticketSystem/STFieldListParam.java
+6
-6
No files found.
liquidnet-bus-config/liquidnet-config/application-dev.yml
View file @
73691fa1
...
@@ -33,19 +33,19 @@ liquidnet:
...
@@ -33,19 +33,19 @@ liquidnet:
redis
:
redis
:
dbs
:
0,16
dbs
:
0,16
database
:
15
database
:
15
host
:
172.17.192.4
2
host
:
39.107.71.11
2
port
:
6379
port
:
6379
password
:
3Xa%8p
password
:
3Xa%8p
dragon
:
dragon
:
host
:
172.17.192.4
2
host
:
39.107.71.11
2
port
:
6379
port
:
6379
password
:
3Xa%8p
password
:
3Xa%8p
sweet
:
sweet
:
host
:
172.17.192.4
2
host
:
39.107.71.11
2
port
:
6379
port
:
6379
password
:
3Xa%8p
password
:
3Xa%8p
mongodb
:
mongodb
:
host
:
172.17.192.4
2:27017
host
:
39.107.71.11
2:27017
port
:
27017
port
:
27017
user
:
admin
user
:
admin
pwd
:
S&y$6d*JwJ
pwd
:
S&y$6d*JwJ
...
@@ -89,7 +89,7 @@ liquidnet:
...
@@ -89,7 +89,7 @@ liquidnet:
executor-main
:
executor-main
:
xxl
:
xxl
:
admin
:
admin
:
addresses
:
172.17.192.4
2:8090
addresses
:
39.107.71.11
2:8090
client
:
client
:
admin
:
admin
:
phpPayUrl
:
http://devdragon.zhengzai.tv
phpPayUrl
:
http://devdragon.zhengzai.tv
...
...
liquidnet-bus-service/liquidnet-service-platform/liquidnet-service-platform-impl/src/main/java/com/liquidnet/service/platform/param/ticketSystem/STFieldListParam.java
View file @
73691fa1
...
@@ -7,16 +7,16 @@ import lombok.Data;
...
@@ -7,16 +7,16 @@ import lombok.Data;
@Data
@Data
@ApiModel
(
value
=
"STFieldListParam"
,
description
=
"详情"
)
@ApiModel
(
value
=
"STFieldListParam"
,
description
=
"详情"
)
public
class
STFieldListParam
{
public
class
STFieldListParam
{
@ApiModelProperty
(
value
=
"省ID"
)
@ApiModelProperty
(
value
=
"省ID
[非必传]
"
)
long
provinceId
;
long
provinceId
;
@ApiModelProperty
(
value
=
"市ID"
)
@ApiModelProperty
(
value
=
"市ID
[非必传]
"
)
long
cityId
;
long
cityId
;
@ApiModelProperty
(
value
=
"区ID"
)
@ApiModelProperty
(
value
=
"区ID
[非必传]
"
)
long
districtId
;
long
districtId
;
@ApiModelProperty
(
value
=
"页码,默认1"
)
@ApiModelProperty
(
value
=
"页码,默认1
[必传]
"
)
Integer
pageNo
;
Integer
pageNo
;
@ApiModelProperty
(
value
=
"每页条数最大200"
)
@ApiModelProperty
(
value
=
"每页条数最大200
[必传]
"
)
Integer
pageSize
;
Integer
pageSize
;
@ApiModelProperty
(
value
=
"场所名称,支持模糊查询"
)
@ApiModelProperty
(
value
=
"场所名称,支持模糊查询
[非必传]
"
)
String
venueName
;
String
venueName
;
}
}
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