记得上下班打卡 | 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
9cd84ed4
Commit
9cd84ed4
authored
Jul 09, 2025
by
姜秀龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
离线支付-迈之 clone
parent
5076a932
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
MaiZhiAllVo.java
...java/com/liquidnet/service/goblin/dto/vo/MaiZhiAllVo.java
+3
-3
No files found.
liquidnet-bus-api/liquidnet-service-goblin-api/src/main/java/com/liquidnet/service/goblin/dto/vo/MaiZhiAllVo.java
View file @
9cd84ed4
...
@@ -65,7 +65,7 @@ public class MaiZhiAllVo {
...
@@ -65,7 +65,7 @@ public class MaiZhiAllVo {
// 新增订单
// 新增订单
@Data
@Data
public
static
class
OrderParam
{
public
static
class
OrderParam
implements
Cloneable
{
private
String
operationNo
;
private
String
operationNo
;
private
String
out_trade_no
;
private
String
out_trade_no
;
private
String
dgoid
;
private
String
dgoid
;
...
@@ -75,7 +75,7 @@ public class MaiZhiAllVo {
...
@@ -75,7 +75,7 @@ public class MaiZhiAllVo {
private
List
<
User
>
userList
;
private
List
<
User
>
userList
;
@Data
@Data
public
static
class
User
{
public
static
class
User
implements
Cloneable
{
private
String
name
;
private
String
name
;
private
String
phone
;
private
String
phone
;
private
String
idcard
;
private
String
idcard
;
...
@@ -109,7 +109,7 @@ public class MaiZhiAllVo {
...
@@ -109,7 +109,7 @@ public class MaiZhiAllVo {
// 订单查询
// 订单查询
@Data
@Data
public
static
class
OrderInfoParam
{
public
static
class
OrderInfoParam
implements
Cloneable
{
private
List
<
String
>
orderList
;
private
List
<
String
>
orderList
;
private
static
final
OrderInfoParam
obj
=
new
OrderInfoParam
();
private
static
final
OrderInfoParam
obj
=
new
OrderInfoParam
();
...
...
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