mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 12:05:05 +08:00
后管新增 运营商分润组页面
This commit is contained in:
@@ -3,6 +3,7 @@ package com.jsowell.pile.service;
|
||||
import java.util.List;
|
||||
|
||||
import com.jsowell.pile.domain.shareprofit.ShareprofitGroup;
|
||||
import com.jsowell.pile.vo.web.ShareprofitGroupVO;
|
||||
|
||||
/**
|
||||
* 运营商分润组Service接口
|
||||
@@ -27,6 +28,13 @@ public interface IShareprofitGroupService {
|
||||
*/
|
||||
public List<ShareprofitGroup> selectShareprofitGroupList(ShareprofitGroup shareprofitGroup);
|
||||
|
||||
/**
|
||||
* 查询运营商分润组列表VOList
|
||||
* @param shareprofitGroup
|
||||
* @return
|
||||
*/
|
||||
List<ShareprofitGroupVO> getShareprofitGroupVOList(ShareprofitGroup shareprofitGroup);
|
||||
|
||||
/**
|
||||
* 新增运营商分润组
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user