zhangherong
2025-04-02 e7a19ef03472d1b55290458315fd9a11b0e379ce
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> {
}