扩展服务

This commit is contained in:
xuelijun
2025-08-01 18:02:59 +08:00
parent d92b69e1f1
commit fb863ef9d1
28 changed files with 937 additions and 19 deletions

View File

@@ -51,6 +51,6 @@ public abstract class BaseDO implements Serializable, TransPojo {
* 是否删除
*/
@TableLogic
private Boolean deleted;
private Integer deleted;
}