|
@@ -9,6 +9,7 @@ import com.platform.dao.vo.report.AllPreparationReportVO;
|
|
|
import com.platform.dao.vo.report.PreparationReportByStatusVO;
|
|
|
import com.platform.service.base.IBaseService;
|
|
|
|
|
|
+import java.math.BigDecimal;
|
|
|
import java.time.LocalDate;
|
|
|
import java.util.List;
|
|
|
|
|
@@ -103,4 +104,11 @@ public interface PreparationService extends IBaseService<Preparation, Preparatio
|
|
|
*/
|
|
|
void deleteById(String id);
|
|
|
|
|
|
+ /**
|
|
|
+ * 修改实际费用
|
|
|
+ * @param id
|
|
|
+ * @param actualFee
|
|
|
+ */
|
|
|
+ void updateActualFee(String id, BigDecimal actualFee);
|
|
|
+
|
|
|
}
|