PersonTrackDetailService.java 267 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 package com.viontech.keliu.service; import java.util.Date; /** * Created with IntelliJ IDEA. * * @author: zhuhai * Date: 2023-12-21 * Time: 16:51 */ public interface PersonTrackDetailService { void handlePersonTrackDetail(Long mallId, Date countDate); }