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