| Package | Description |
|---|---|
| com.mbap.ct.dynamicreport.controller | |
| com.mbap.ct.dynamicreport.service |
| Modifier and Type | Method and Description |
|---|---|
com.mbap.util.view.R |
DynamicReportRESTController.post(DynamicReport dynamicReport)
创建
|
| Modifier and Type | Method and Description |
|---|---|
DynamicReport |
DynamicReportService.get(java.lang.String id)
取得单条数据
|
DynamicReport |
DynamicReportService.post(DynamicReport dr)
保存动态报表数据信息(新增或更新)
|
| Modifier and Type | Method and Description |
|---|---|
DynamicReport |
DynamicReportService.post(DynamicReport dr)
保存动态报表数据信息(新增或更新)
|