init:米东项目初始化

This commit is contained in:
Yuan
2025-07-23 09:55:50 +08:00
commit 6b49fbfaca
355 changed files with 392953 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
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);
}