|
@@ -1,9 +1,6 @@
|
|
|
package com.ym.mec.web.controller.education;
|
|
|
|
|
|
import com.ym.mec.biz.dal.dto.OAFinancialDto;
|
|
|
-import com.ym.mec.biz.dal.dto.ReturnFeeDto;
|
|
|
-import com.ym.mec.biz.dal.entity.FinancialExpenditure;
|
|
|
-import com.ym.mec.biz.dal.entity.MusicGroupQuit;
|
|
|
import com.ym.mec.biz.service.ContractService;
|
|
|
import com.ym.mec.biz.service.FinancialExpenditureService;
|
|
|
import com.ym.mec.common.controller.BaseController;
|
|
@@ -11,9 +8,11 @@ import com.ym.mec.common.entity.HttpResponseResult;
|
|
|
import io.swagger.annotations.Api;
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
-import org.springframework.web.bind.annotation.*;
|
|
|
+import org.springframework.web.bind.annotation.PostMapping;
|
|
|
+import org.springframework.web.bind.annotation.RequestBody;
|
|
|
+import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
+import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
-import java.util.List;
|
|
|
import java.util.Map;
|
|
|
|
|
|
@RequestMapping()
|