Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
Y
yzg-util
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
YZG
yzg-util
Commits
f665810e
Commit
f665810e
authored
Jul 11, 2022
by
heyanou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
类放错了shoplist
parent
c7c237c0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
49 additions
and
1 deletion
+49
-1
WxGetBindAccountDataRes.java
...cx/immediateDelivery/account/WxGetBindAccountDataRes.java
+1
-1
ShopList.java
.../com/yanzuoguang/wxxcx/immediateDelivery/vo/ShopList.java
+48
-0
No files found.
yzg-util-wxxcx/src/main/java/com/yanzuoguang/wxxcx/immediateDelivery/account/WxGetBindAccountDataRes.java
View file @
f665810e
package
com
.
yanzuoguang
.
wxxcx
.
immediateDelivery
.
account
;
import
com.yanzuoguang.wxxcx.immediateDelivery.vo.ShopList
;
import
com.yanzuoguang.wxxcx.base.WxXcxResponseBaseError
;
import
com.yanzuoguang.wxxcx.immediateDelivery.vo.ShopList
;
import
java.util.List
;
...
...
yzg-util-wxxcx/src/main/java/com/yanzuoguang/wxxcx/immediateDelivery/vo/ShopList.java
0 → 100644
View file @
f665810e
package
com
.
yanzuoguang
.
wxxcx
.
immediateDelivery
.
vo
;
/***
* 绑定的商家签约账号列表
*
* @author:heyanou
*/
public
class
ShopList
{
/**
* <b>配送公司Id</b>
*/
private
String
delivery_id
;
/**
* <b>商家id</b>
*/
private
String
shopid
;
/**
* <b>审核状态</b>
* 0=审核通过
* 1=审核中
* 2=审核不通过
*/
private
int
audit_result
;
public
String
getDelivery_id
()
{
return
delivery_id
;
}
public
void
setDelivery_id
(
String
delivery_id
)
{
this
.
delivery_id
=
delivery_id
;
}
public
String
getShopid
()
{
return
shopid
;
}
public
void
setShopid
(
String
shopid
)
{
this
.
shopid
=
shopid
;
}
public
int
getAudit_result
()
{
return
audit_result
;
}
public
void
setAudit_result
(
int
audit_result
)
{
this
.
audit_result
=
audit_result
;
}
}
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