【新增】mysql本地判分

This commit is contained in:
YOHO\20373
2025-06-24 10:30:17 +08:00
48 changed files with 4687 additions and 2110 deletions

View File

@@ -22,4 +22,4 @@ public interface ConfigMapper extends BaseMapperX<ConfigDO> {
.betweenIfPresent(ConfigDO::getCreateTime, reqVO.getCreateTime()));
}
}
}