Files
dzpt/src/main/java/com/saye/hospitalgd/service/HisbillsOriginalService.java
2025-07-23 09:55:50 +08:00

20 lines
323 B
Java
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package com.saye.hospitalgd.service;
import java.util.HashMap;
/**
* Created with IntelliJ IDEA.
*
* @author Mr.zs
* @date 2022/12/2
* @description
* @modifiedBy
* @version: 1.0
*/
public interface HisbillsOriginalService {
void saveHisOriginalData(HashMap<Object, Object> hisbillsOriginal);
}