add BaseMapper.deleteAllByExample

This commit is contained in:
Timi
2025-12-01 11:13:36 +08:00
parent 23598242f0
commit 745b3acfef
4 changed files with 76 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
package com.imyeyu.spring.entity;
import com.imyeyu.spring.annotation.table.DeleteColumn;
import com.imyeyu.utils.Time;
import java.io.Serializable;
@@ -19,6 +20,7 @@ public class BaseEntity implements Serializable, Creatable, Updatable, Deletable
protected Long updatedAt;
/** 删除时间 */
@DeleteColumn
protected Long deletedAt;
/**