feature: 变更租户、项目和线程池配置表名称.

pull/161/head
chen.ma 3 years ago
parent 4a2545964c
commit eec08d9cc6

@ -17,7 +17,7 @@ import java.util.Date;
* @date 2021/6/20 15:14
*/
@Data
@TableName("config_info")
@TableName("config")
public class ConfigAllInfo extends ConfigInfo implements PoolParameter {
private static final long serialVersionUID = -2417394244017463665L;

@ -12,7 +12,7 @@ import java.util.Date;
* @date 2021/6/29 21:53
*/
@Data
@TableName("item_info")
@TableName("item")
public class ItemInfo {
/**

@ -12,7 +12,7 @@ import java.util.Date;
* @date 2021/6/29 22:04
*/
@Data
@TableName("tenant_info")
@TableName("tenant")
public class TenantInfo {
/**

Loading…
Cancel
Save