用印模拟接口开发

This commit is contained in:
hejinbo
2023-10-09 18:18:04 +08:00
parent 4618bfbc4e
commit 56b4d3fcfc
3 changed files with 19 additions and 0 deletions
@@ -16,4 +16,6 @@ public interface IAdjudicationService {
AjaxResult service(Long id, String appEmail, String resEmail, String apptrackingNum, String restrackingNum);
AjaxResult stamp(CaseApplication caseApplication);
}