package com.consum.base.service; import com.consum.base.pojo.query.LWhGoodsStatisQry; import com.walker.jdbc.service.BaseService; import java.util.List; /** * LWhGoodsStatisticsService * * @author asus * @version 2023/12/22 10:48 **/ public interface LWhGoodsStatisticsService extends BaseService { List getWhGoodsStatisList(LWhGoodsStatisQry param); }