商家余额记录接口
This commit is contained in:
@@ -14,7 +14,7 @@ import java.util.Map;
|
||||
*/
|
||||
public interface MkDistributionAmountFlowService extends IService<MkDistributionAmountFlow> {
|
||||
|
||||
Map<String, Object> pageInfo(Long shopId, String type, String key);
|
||||
Map<String, Object> pageInfo(Long shopId, String type, String key, LocalDateTime startTime, LocalDateTime endTime);
|
||||
|
||||
Map<String, Object> openPageInfo(Long shopId, LocalDateTime startTime, LocalDateTime endTime, String key);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user