添加会员流水

This commit is contained in:
牛叉闪闪
2024-09-02 14:41:57 +08:00
parent e823832cdb
commit b1219a114b
9 changed files with 118 additions and 205 deletions

View File

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