PC
2024-03-31 608f20e0d5d8f95d9bbb917e95e2913682deb77d
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.StockOutType;
 
/* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/cps/mapper/StockOutTypeMapper.class */
public interface StockOutTypeMapper extends BladeMapper<StockOutType> {
}