houzhongjian
2024-11-19 bb1e1835388f18e8bf696b5adbcc2b00767a4dda
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 {
}