修改表名、实体类

This commit is contained in:
Lemon
2023-07-07 14:26:31 +08:00
parent 7a7117f089
commit 19704bcf9e
10 changed files with 178 additions and 174 deletions

View File

@@ -6,12 +6,14 @@ import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
/**
* 对接平台配置信息对象 docking_platform_config
* 对接平台我方密钥配置信息对象
*
* thirdparty_platform_config
*
* @author jsowell
* @date 2023-05-27
*/
public class DockingPlatformConfig extends BaseEntity
public class ThirdPartyPlatformConfig extends BaseEntity
{
private static final long serialVersionUID = 1L;

View File

@@ -6,7 +6,9 @@ import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
/**
* 第三方平台配置对象 thirdparty_setting_info
* 第三方平台配置对象
* (第三方平台的密钥信息)
* thirdparty_setting_info
*
* @author jsowell
* @date 2023-05-24