mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 20:15:06 +08:00
修改表名、实体类
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user