mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-28 20:41:56 +08:00
优化代码生成细节
This commit is contained in:
@@ -13,6 +13,16 @@ public class ExtBaseEntity extends BaseEntity {
|
||||
@Serial
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* 逻辑删除标志:未删除
|
||||
*/
|
||||
public static final int NOT_DELETE = 0;
|
||||
|
||||
/**
|
||||
* 逻辑删除标志:已删除
|
||||
*/
|
||||
public static final int DELETED = 1;
|
||||
|
||||
/**
|
||||
* 逻辑删除标志。true:已删除;false:未删除
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user