mirror of https://gitee.com/stylefeng/roses
【7.6.0】【stat】更新两个实体的名称
parent
7ae0062774
commit
6be624d764
|
@ -15,7 +15,7 @@ import lombok.EqualsAndHashCode;
|
|||
* @author fengshuonan
|
||||
* @since 2023/03/28 14:52
|
||||
*/
|
||||
@TableName("portal_click_count")
|
||||
@TableName("click_count")
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
public class ClickCount extends BaseEntity {
|
||||
|
|
|
@ -15,7 +15,7 @@ import lombok.EqualsAndHashCode;
|
|||
* @author fengshuonan
|
||||
* @since 2023/03/28 14:52
|
||||
*/
|
||||
@TableName("portal_click_status")
|
||||
@TableName("click_status")
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
public class ClickStatus extends BaseEntity {
|
||||
|
|
8
pom.xml
8
pom.xml
|
@ -386,12 +386,12 @@
|
|||
|
||||
<distributionManagement>
|
||||
<snapshotRepository>
|
||||
<id>center</id>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||
<id>company-hosted</id>
|
||||
<url>http://192.168.31.121:8081/repository/company-hosted</url>
|
||||
</snapshotRepository>
|
||||
<repository>
|
||||
<id>center</id>
|
||||
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
|
||||
<id>company-hosted</id>
|
||||
<url>http://192.168.31.121:8081/repository/company-hosted</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
|
||||
|
|
Loading…
Reference in New Issue