com.founder.service.IBusi1305Service Maven / Gradle / Ivy
The newest version!
package com.founder.service;
/**
* 6.1.3.5 【1305】 申请出院结算
*/
public interface IBusi1305Service {
String done(String jybMsgNO, String xml);
}