|
|
|
@ -1,6 +1,5 @@
@@ -1,6 +1,5 @@
|
|
|
|
|
package com.cloud.kicc.system.api.entity; |
|
|
|
|
|
|
|
|
|
import com.alibaba.excel.annotation.ExcelProperty; |
|
|
|
|
import com.baomidou.mybatisplus.annotation.TableId; |
|
|
|
|
import com.baomidou.mybatisplus.annotation.TableName; |
|
|
|
|
import com.cloud.kicc.common.data.entity.CommonEntity; |
|
|
|
@ -43,12 +42,12 @@ public class Tenant extends CommonEntity {
@@ -43,12 +42,12 @@ public class Tenant extends CommonEntity {
|
|
|
|
|
/** |
|
|
|
|
* 租户开始时间 |
|
|
|
|
*/ |
|
|
|
|
private LocalDateTime startTime; |
|
|
|
|
private LocalDateTime tenantStartTime; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 租户结束时间 |
|
|
|
|
*/ |
|
|
|
|
private LocalDateTime endTime; |
|
|
|
|
private LocalDateTime tenantEndTime; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 租户状态 |
|
|
|
|