分布式事物 seata

This commit is contained in:
GYJ
2025-02-24 20:31:58 +08:00
parent 641a33d27d
commit 95c07fcc1b
13 changed files with 184 additions and 12 deletions

View File

@@ -0,0 +1,8 @@
package com.czg.account.service;
/**
* @author GYJoker
*/
public interface TestService {
String insertData();
}