Service层实现
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.example.springdemo.service;
|
||||
|
||||
import com.example.springdemo.dao.MerchantsRepository;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
@Service
|
||||
public interface MerchantsService extends MerchantsRepository {
|
||||
|
||||
}
|
Reference in New Issue
Block a user