1
2
3
4
5
6
7
8
9
10
11
12
13
| package com.iailab.module.model.mcs.pre.service.impl;
|
| import com.iailab.module.model.mcs.pre.service.MmItemAccuracyRateService;
| import org.springframework.stereotype.Service;
|
| /**
| * @author PanZhibao
| * @Description
| * @createTime 2024年11月19日
| */
| @Service
| public class MmItemAccuracyRateServiceImpl implements MmItemAccuracyRateService {
| }
|
|