MrShi
2024-02-23 4c236ba83da7c69ac838b004d0a4b83c25fc9bea
server/service/src/main/java/com/doumee/service/business/ApplyChangeService.java
@@ -24,6 +24,7 @@
     * @return Integer
     */
    Integer create(ApplyChange applyChange);
    Integer update(ApplyChange applyChange);
    Integer back(ApplyChange param);
    Integer dealBackApply(ApplyChange param);
    Integer uploadPidan(ApplyChange insuranceApply);