This commit is contained in:
2025-07-31 15:35:08 +08:00
parent bcca78d121
commit ac02be1aec
139 changed files with 14203 additions and 539 deletions
@@ -64,6 +64,7 @@ public class Audit extends BaseModel {
@ColDefine(type = ColType.INT)
private Integer auditType;
public Date nowDate() {
return new Date();
}