update 优化代码以及注释

This commit is contained in:
AprilWind
2025-01-15 20:46:11 +08:00
parent 089a79002f
commit 8f21e9e2fd
21 changed files with 60 additions and 49 deletions

View File

@ -50,7 +50,7 @@ public class FlowCategory extends TenantEntity {
private Long orderNum;
/**
* 删除标志0代表存在 2代表删除)
* 删除标志0代表存在 1代表删除)
*/
@TableLogic
private String delFlag;