签到模块

This commit is contained in:
future
2026-06-02 09:56:37 +08:00
parent 8af444b7ee
commit 78c80c4b1d
24 changed files with 890 additions and 5 deletions
@@ -0,0 +1,12 @@
package cn.novalon.gym.manage.checkin;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
public class CheckInModuleTest {
@Test
public void contextLoads() {
}
}
@@ -0,0 +1 @@
# Test Configuration