添加会员流水

This commit is contained in:
牛叉闪闪
2024-09-02 16:27:55 +08:00
parent 4b5c272cd9
commit 6e31bb6251
3 changed files with 21 additions and 15 deletions

View File

@@ -38,7 +38,6 @@ import org.springframework.web.bind.annotation.RestController;
@Api(hidden = true)
@EnableTransactionManagement
@SpringBootApplication
@EnableJpaAuditing(auditorAwareRef = "auditorAware")
public class AppRun {