update 优化代码以及注释

This commit is contained in:
AprilWind
2025-01-15 20:46:11 +08:00
parent 089a79002f
commit 8f21e9e2fd
21 changed files with 60 additions and 49 deletions

View File

@ -68,7 +68,7 @@ public class SysClient extends BaseEntity {
private String status;
/**
* 删除标志0代表存在 2代表删除)
* 删除标志0代表存在 1代表删除)
*/
@TableLogic
private String delFlag;

View File

@ -70,7 +70,7 @@ public class SysDept extends TenantEntity {
private String status;
/**
* 删除标志0代表存在 2代表删除)
* 删除标志0代表存在 1代表删除)
*/
@TableLogic
private String delFlag;

View File

@ -62,7 +62,7 @@ public class SysRole extends TenantEntity {
private String status;
/**
* 删除标志0代表存在 2代表删除)
* 删除标志0代表存在 1代表删除)
*/
@TableLogic
private String delFlag;

View File

@ -95,7 +95,7 @@ public class SysTenant extends BaseEntity {
private String status;
/**
* 删除标志0代表存在 2代表删除)
* 删除标志0代表存在 1代表删除)
*/
@TableLogic
private String delFlag;

View File

@ -25,28 +25,34 @@ public class SysTenantPackage extends BaseEntity {
*/
@TableId(value = "package_id")
private Long packageId;
/**
* 套餐名称
*/
private String packageName;
/**
* 关联菜单id
*/
private String menuIds;
/**
* 备注
*/
private String remark;
/**
* 菜单树选择项是否关联显示( 0父子不互相关联显示 1父子互相关联显示
*/
private Boolean menuCheckStrictly;
/**
* 状态0正常 1停用
*/
private String status;
/**
* 删除标志0代表存在 2代表删除)
* 删除标志0代表存在 1代表删除)
*/
@TableLogic
private String delFlag;

View File

@ -83,7 +83,7 @@ public class SysUser extends TenantEntity {
private String status;
/**
* 删除标志0代表存在 2代表删除)
* 删除标志0代表存在 1代表删除)
*/
@TableLogic
private String delFlag;