Service层实现
This commit is contained in:
parent
9c6b135c6f
commit
669c470916
@ -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 {
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user