package com.example.service.shanxiqin.weinan; import com.example.service.PacsService; /** * @Company: 西安路泰科技有限公司 * @Author: zhaowenxuan * @Date: 2025/1/13 10:18 */ public class PbkwyyPacsService implements PacsService { @Override public String orderAdd(String xml) { return ""; } }