futian.liu
2023-12-22 3e9a4b3480e6508f3c6f7ac8723509d8b1120d20
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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);
}