WebReportTempConfigController.java 537 Bytes
package com.lhcredit.project.webbusiness.controller;

import com.alibaba.fastjson.JSONArray;
import com.lhcredit.framework.web.domain.AjaxResult;
import com.lhcredit.project.business.reportMake.reportTemp.WebTempConfig;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;

import java.util.List;

@RestController
@RequestMapping("/web/reportTempConfg")
public class WebReportTempConfigController {



}