商家余额记录接口

This commit is contained in:
张松
2025-10-28 15:59:16 +08:00
parent fc7ebf5922
commit 5f78e3e0c2
3 changed files with 10 additions and 4 deletions

View File

@@ -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);
}