2 天以前 f350465db70d6f9db9494483ee0cec7793a9007b
1
2
3
4
5
6
7
8
9
package com.ruoyi.production.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.production.pojo.ProductionReportPerson;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface ProductionReportPersonMapper extends BaseMapper<ProductionReportPerson> {
}