zhangherong
2025-06-13 9d85d618622a3d89c6419fb9d2d0707f83c0875c
1
2
3
4
5
package org.jeecg.modules.sap.service;
 
public interface SAPService {
    String test();
}