chenrui
2025-04-02 ed29342061c29cc16e36b17ae61d7b97a4dcb884
1
2
3
4
5
6
7
package com.ruoyi.basic.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.basic.pojo.ProductPartLog;
 
public interface ProductPartLogMapper extends BaseMapper<ProductPartLog> {
   }