燕山石化溯源三维电子沙盘-【后端】-服务
13693261870
2023-06-05 0fb1d609321e64a11b28ef524022c7eddc533649
1
2
3
4
5
6
7
package com.yssh.service;
 
public interface IFeedbackService {
 
    int suYuanFeedback(Long id, String practicalId, String practicalVocsName, double practicalValue);
 
}