futian.liu
2023-12-12 03941ed4fa0fcf582e4aa8d118366231bee1870a
consum-base/src/main/java/com/consum/base/controller/FinFileController.java
@@ -7,6 +7,7 @@
import com.walker.infrastructure.utils.DateUtils;
import com.walker.infrastructure.utils.NumberGenerator;
import com.walker.web.ResponseValue;
import io.swagger.annotations.Api;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
@@ -19,6 +20,7 @@
 * @Author wh
 * @Date 2023/8/1 10:33
 */
@Api(value = "文件上传", tags = "文件上传")
@RestController
@RequestMapping("/pc/fin/file")
public class FinFileController extends BaseController {