仪表盘
版本库
文件存储
活动
搜索
登录
main
/
product-inventory-management-after
产品供销存-后端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
Merge remote-tracking branch 'origin/dev_New' into dev_New
maven
9 小时以前
43a8301f04a6ea7891ef16861734163b2646e07f
[product-inventory-management-after.git]
/
src
/
main
/
java
/
com
/
ruoyi
/
quality
/
service
/
impl
/
QualityReportServiceImpl.java
1
2
3
4
5
6
7
8
9
package com.ruoyi.quality.service.impl;
import com.ruoyi.quality.service.QualityReportService;
import org.springframework.stereotype.Service;
@Service
public class QualityReportServiceImpl implements QualityReportService {
}