修改:包结构名称

This commit is contained in:
2024-04-23 19:20:16 +08:00
parent a0126582bd
commit 3fe08e92a8
21 changed files with 43 additions and 37 deletions

View File

@@ -1,8 +1,8 @@
import org.junit.Before;
import org.junit.Test;
import tccn.IType;
import tccn.zhub.Lock;
import tccn.zhub.ZHubClient;
import net.tccn.IType;
import net.tccn.zhub.Lock;
import net.tccn.zhub.ZHubClient;
// @RestService(automapping = true)
public class HelloService {