yangys
2024-04-01 a36d93e531c292240dc59cb8e712b2eca21a4066
1
2
3
4
5
6
7
8
package com.qianwen.smartman.modules.dnc.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.qianwen.smartman.modules.dnc.entity.DncArtProduct;
 
/* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/dnc/mapper/DncArtProductMapper.class */
public interface DncArtProductMapper extends BaseMapper<DncArtProduct> {
}