| | |
| | | * @since 2022-09-13 |
| | | */ |
| | | @Data |
| | | @TableName("inv_eventgm") |
| | | @TableName("ins_eventgm") |
| | | @ApiModel(value = "Eventgm对象", description = "事件管理") |
| | | @EqualsAndHashCode(callSuper = true) |
| | | public class EventgmEntity extends TenantEntity { |
| | |
| | | * @since 2022-09-14 |
| | | */ |
| | | @Data |
| | | @TableName("inv_repairsorder") |
| | | @TableName("ins_repairsorder") |
| | | @ApiModel(value = "Repairsorder对象", description = "维修工单") |
| | | @EqualsAndHashCode(callSuper = true) |
| | | public class RepairsorderEntity extends TenantEntity { |
| | |
| | | * @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 { |
| | |
| | | # 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 |