Commit 6ced5a14 authored by tristaZero's avatar tristaZero
Browse files

rename to JPAUserService.java

parent a54fb5b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,5 +19,5 @@ package org.apache.shardingsphere.example.common.jpa.service;

import org.apache.shardingsphere.example.common.service.CommonService;

public interface UseService extends CommonService {
public interface JPAUserService extends CommonService {
}