lxzn-module-dnc/src/main/java/org/jeecg/modules/dnc/mapper/ProductMixMapper.java
@@ -3,5 +3,5 @@
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.jeecg.modules.dnc.entity.ProductMix;
public interface ProductMixMapper  extends BaseMapper<ProductMix> {
public interface ProductMixMapper extends BaseMapper<ProductMix> {
}