Browse Source

Merge remote-tracking branch 'origin/photo' into private_deployment

private_deployment
xmzhao71 1 year ago
parent
commit
44c4ba73e4
1 changed files with 3 additions and 1 deletions
  1. +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")
private Long serviceId;

@ApiModelProperty("状态(0:正常,1:失效)")
private Integer status;
}

Loading…
Cancel
Save