old mode 100644
new mode 100755
| | |
| | | package com.java110.intf; |
| | | package com.java110.intf.fee; |
| | | |
| | | import com.java110.config.feign.FeignConfiguration; |
| | | import com.java110.dto.feePrintSpec.FeePrintSpecDto; |
| | | import com.java110.po.feePrintSpec.FeePrintSpecPo; |
| | | import com.java110.dto.fee.FeePrintSpecDto; |
| | | import com.java110.po.fee.feePrintSpec.FeePrintSpecPo; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |