|
@@ -26,7 +26,7 @@ import java.util.List;
|
|
* @since 2018-11-21
|
|
* @since 2018-11-21
|
|
*/
|
|
*/
|
|
@RestController
|
|
@RestController
|
|
-@RequestMapping("/tranFieldInfo")
|
|
|
|
|
|
+@RequestMapping(value = "/tranFieldInfo",produces="application/x-www-form-urlencoded")
|
|
@Api(value = "字段对应信息API", tags = { "字段对应信息API" })
|
|
@Api(value = "字段对应信息API", tags = { "字段对应信息API" })
|
|
@SuppressWarnings("unchecked")
|
|
@SuppressWarnings("unchecked")
|
|
public class TranFieldInfoController {
|
|
public class TranFieldInfoController {
|