refactor: 代码配置删除由逻辑删除调整为物理删除

This commit is contained in:
ray
2024-08-01 06:59:49 +08:00
parent ea28efb586
commit 06fcb7f01b
6 changed files with 6 additions and 15 deletions

View File

@@ -52,8 +52,4 @@ public class GenConfig extends BaseEntity {
* 作者
*/
private String author;
@TableLogic
private Integer isDeleted;
}