liding
2026-04-21 8e7a3c666533bbfa7f35ab7d7c8638a54c9f31a7
src/main/java/com/ruoyi/production/mapper/ProductionProductMainMapper.java
@@ -4,8 +4,14 @@
import com.ruoyi.production.pojo.ProductionProductMain;
import org.apache.ibatis.annotations.Mapper;
import javax.annotation.ManagedBean;
/**
 * <p>
 * 生产报工表 Mapper 接口
 * </p>
 *
 * @author 芯导软件(江苏)有限公司
 * @since 2026-04-21 03:55:52
 */
@Mapper
public interface ProductionProductMainMapper extends BaseMapper<ProductionProductMain> {