| | |
| | | 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; |
| | |
| | | * @Author wh |
| | | * @Date 2023/8/1 10:33 |
| | | */ |
| | | @Api(value = "文件上传", tags = "文件上传") |
| | | @RestController |
| | | @RequestMapping("/pc/fin/file") |
| | | public class FinFileController extends BaseController { |