first commit
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
package com.qiaoba.api.system.entity;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import com.qiaoba.common.base.entity.BaseEntity;
|
||||
import lombok.Data;
|
||||
@ -21,17 +22,12 @@ public class SysTenant extends BaseEntity {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private Long id;
|
||||
@TableId
|
||||
private Long tenantId;
|
||||
|
||||
private String code;
|
||||
private String tenantCode;
|
||||
|
||||
private String name;
|
||||
|
||||
private String domainName;
|
||||
|
||||
private Date expiryDate;
|
||||
|
||||
private String contact;
|
||||
private String tenantName;
|
||||
|
||||
private String province;
|
||||
|
||||
@ -41,5 +37,14 @@ public class SysTenant extends BaseEntity {
|
||||
|
||||
private String address;
|
||||
|
||||
private String contactUser;
|
||||
|
||||
private String contactPhone;
|
||||
|
||||
private String dataType;
|
||||
|
||||
private Date expireTime;
|
||||
|
||||
private String status;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user