Compare commits

..

No commits in common. "3d638bb5183fc68baa2de26558df3d956c9e2692" and "f620aba27f006b649ded2591954a0dbe44ee9022" have entirely different histories.

12 changed files with 3 additions and 21 deletions

View File

@ -1,18 +0,0 @@
package shkd.sys.sys.plugin.api;
import kd.bos.openapi.api.plugin.ApiSavePlugin;
import java.util.List;
import java.util.Map;
/**
* @Description
* @Author Tao
* @Date 2024/11/7
*/
public class PayBillApiSavePlugin implements ApiSavePlugin {
@Override
public List<Map<String, Object>> preHandleRequestData(List<Map<String, Object>> reqData) {
return reqData;
}
}

View File

@ -3,9 +3,9 @@
* If there are any issues during the use process, you can provide feedback to the kingdee developer community website. * If there are any issues during the use process, you can provide feedback to the kingdee developer community website.
* Website: https://developer.kingdee.com/developer?productLineId=29 * Website: https://developer.kingdee.com/developer?productLineId=29
* Author: liebin.zheng * Author: liebin.zheng
* Generate Date: 2024-10-25 14:27:06 * Generate Date: 2024-10-25 13:35:51
*/ */
package shkd.shkd1.sys.sys.common; package sys.common;
/** /**
* sys云sys应用-通用常量类<br> * sys云sys应用-通用常量类<br>
@ -13,7 +13,7 @@ package shkd.shkd1.sys.sys.common;
* 标识或缓存的常量需以"KEY_""FID_""ENTRY_""SUBENTRY_"作为变量的前缀<br> * 标识或缓存的常量需以"KEY_""FID_""ENTRY_""SUBENTRY_"作为变量的前缀<br>
* *
* @author shkd * @author shkd
* @date 2024-10-25 14:27:06 * @date 2024-10-25 13:35:51
*/ */
public class AppflgConstant { public class AppflgConstant {