com.founder.service.IBusi1411Service Maven / Gradle / Ivy
The newest version!
package com.founder.service;
/**
* 6.1.4.13 【1411】 电子票据信息查询
*/
public interface IBusi1411Service {
String done(String jybMsgNO, String xml);
}