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