This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
suimang
/
suimangServer
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'photo' of
https://git.malls.iformall.com/suimang/suimangServer
into photo
photo
xhxu
1 year ago
parent
ff391cabc0
de34fe9e89
commit
914e4b77bf
1 changed files
with
3 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
suimangService/src/main/java/com/iformall/domain/po/WxThirdPartyApi.java
+ 3
- 1
suimangService/src/main/java/com/iformall/domain/po/WxThirdPartyApi.java
View File
@@ -56,5 +56,7 @@ public class WxThirdPartyApi extends TenantEntity {
@ApiModelProperty("接入商id")
@ApiModelProperty("接入商id")
private Long serviceId;
private Long serviceId;
@ApiModelProperty("状态(0:正常,1:失效)")
private Integer status;
}
}
Write
Preview
Loading…
Cancel
Save