This commit is contained in:
2023-05-17 17:28:31 +08:00
parent a161a83023
commit 9be00db5e4
34 changed files with 422 additions and 177 deletions

View File

@ -45,9 +45,4 @@ public class BaseEntity implements Serializable {
*/
private String remark;
/**
* 租户Id
*/
private String tenantId;
}