Browse Source

api

release_toaliyun_real
xhxu 5 years ago
parent
commit
5cafe3fae1
2 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/domain/po/WxThirdPartyApi.java
  2. +0
    -0
      mallinkService/src/main/resources/mapper/WxThirdPartyApiMapper.xml

+ 1
- 1
mallinkService/src/main/java/com/iformall/domain/po/WxThirdPartyApi.java View File

@@ -7,7 +7,7 @@ import lombok.EqualsAndHashCode;

import java.util.Date;

@TableName(value = "wx_third_party_Api")
@TableName(value = "wx_third_party_api")
@Data
@EqualsAndHashCode(callSuper = true)
public class WxThirdPartyApi extends TenantEntity {


mallinkService/src/main/resources/mapper/WxThirdPartyConfigApi.xml → mallinkService/src/main/resources/mapper/WxThirdPartyApiMapper.xml View File


Loading…
Cancel
Save