xiebin
2022-09-16 9e6f8644b56c45627054e5402b8e036e167d7f12
数据库名称暂时不修改,表名统一风格
4 files modified
8 ■■■■ changed files
src/main/java/org/springblade/modules/eventgm/entity/EventgmEntity.java 2 ●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/repairsorder/entity/RepairsorderEntity.java 2 ●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/repairsorder/entity/RepairsorderRecordEntity.java 2 ●●● patch | view | raw | blame | history
src/main/resources/application-dev.yml 2 ●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/eventgm/entity/EventgmEntity.java
@@ -31,7 +31,7 @@
 * @since 2022-09-13
 */
@Data
@TableName("inv_eventgm")
@TableName("ins_eventgm")
@ApiModel(value = "Eventgm对象", description = "事件管理")
@EqualsAndHashCode(callSuper = true)
public class EventgmEntity extends TenantEntity {
src/main/java/org/springblade/modules/repairsorder/entity/RepairsorderEntity.java
@@ -33,7 +33,7 @@
 * @since 2022-09-14
 */
@Data
@TableName("inv_repairsorder")
@TableName("ins_repairsorder")
@ApiModel(value = "Repairsorder对象", description = "维修工单")
@EqualsAndHashCode(callSuper = true)
public class RepairsorderEntity extends TenantEntity {
src/main/java/org/springblade/modules/repairsorder/entity/RepairsorderRecordEntity.java
@@ -31,7 +31,7 @@
 * @since 2022-09-14
 */
@Data
@TableName("inv_repairsorder_record")
@TableName("ins_repairsorder_record")
@ApiModel(value = "RepairsorderRecord对象", description = "工单记录")
@EqualsAndHashCode(callSuper = true)
public class RepairsorderRecordEntity extends TenantEntity {
src/main/resources/application-dev.yml
@@ -13,7 +13,7 @@
    #  commandTimeout: 5000
  datasource:
    # MySql
    url: jdbc:mysql://localhost:3306/ins-db?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
    url: jdbc:mysql://localhost:3306/bladex_boot?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
    username: root
    password: root
    # PostgreSQL