潘志宝
2 天以前 271fed395d4d3e4ab8cdb44ccf466859ba485e46
提交 | 用户 | 时间
b425df 1 package com.iailab.module.model.common.enums;
2
3 /**
4  * @author PanZhibao
5  * @date 2021年08月17日 11:28
6  */
7 public enum RequestMethodType {
8
9     /**
10      * GET
11      */
12     GET,
13
14     /**
15      * POST
16      */
17     POST
18 }