mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-27 14:35:11 +08:00
update 分成功能
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package com.jsowell.pile.service;
|
||||
|
||||
public interface StationSplitConfigService{
|
||||
|
||||
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
package com.jsowell.pile.service.impl;
|
||||
|
||||
import com.jsowell.pile.mapper.StationSplitConfigMapper;
|
||||
import com.jsowell.pile.service.StationSplitConfigService;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
@Service
|
||||
public class StationSplitConfigServiceImpl implements StationSplitConfigService{
|
||||
|
||||
@Resource
|
||||
private StationSplitConfigMapper stationSplitConfigMapper;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user