!237 update 逻辑删除注释更正改为1

* update 逻辑删除注释更正改为1
This commit is contained in:
Lau
2025-08-14 11:12:59 +00:00
committed by 疯狂的狮子Li
parent d1d5336762
commit e878adb6e8
12 changed files with 33 additions and 33 deletions

View File

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

View File

@@ -74,7 +74,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

@@ -48,7 +48,7 @@ public class SysTenantPackage extends BaseEntity {
*/
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;