yangys
2024-03-27 44028c2d1a7f21da831cb07ecb1b4a7873d8627b
1
2
3
4
5
6
7
8
package com.qianwen.smartman.modules.cps.mapper;
 
import com.qianwen.core.mp.mapper.BladeMapper;
import com.qianwen.smartman.modules.cps.entity.StockInType;
 
/* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/cps/mapper/StockInTypeMapper.class */
public interface StockInTypeMapper extends BladeMapper<StockInType> {
}