|
@@ -22,7 +22,7 @@ public interface RemoteObjService {
|
|
*
|
|
*
|
|
* @param tableName tableName
|
|
* @param tableName tableName
|
|
* @param pkName pkName
|
|
* @param pkName pkName
|
|
- * @return com.boman.common.core.web.domain.AjaxResult
|
|
|
|
|
|
+ * @return com.boman.domain.dto.AjaxResult
|
|
*/
|
|
*/
|
|
@GetMapping("common/tableName/{tableName}/pkName/{pkName}")
|
|
@GetMapping("common/tableName/{tableName}/pkName/{pkName}")
|
|
Long getMaxId(@PathVariable("tableName") String tableName, @PathVariable("pkName") String pkName);
|
|
Long getMaxId(@PathVariable("tableName") String tableName, @PathVariable("pkName") String pkName);
|
|
@@ -31,7 +31,7 @@ public interface RemoteObjService {
|
|
* 功能描述: 批量导入数据
|
|
* 功能描述: 批量导入数据
|
|
*
|
|
*
|
|
* @param dto dto
|
|
* @param dto dto
|
|
- * @return com.boman.common.core.web.domain.AjaxResult
|
|
|
|
|
|
+ * @return com.boman.domain.dto.AjaxResult
|
|
*/
|
|
*/
|
|
@PostMapping("web-core/file/common/import")
|
|
@PostMapping("web-core/file/common/import")
|
|
AjaxResult importCommonData(@RequestBody ImportExcelDto dto);
|
|
AjaxResult importCommonData(@RequestBody ImportExcelDto dto);
|
|
@@ -40,7 +40,7 @@ public interface RemoteObjService {
|
|
* 功能描述: 根据表名和自定义字段查找
|
|
* 功能描述: 根据表名和自定义字段查找
|
|
*
|
|
*
|
|
* @param dto dto
|
|
* @param dto dto
|
|
- * @return com.boman.common.core.web.domain.AjaxResult
|
|
|
|
|
|
+ * @return com.boman.domain.dto.AjaxResult
|
|
*/
|
|
*/
|
|
@PostMapping("common/")
|
|
@PostMapping("common/")
|
|
AjaxResult getByMap(@RequestBody FormDataDto dto);
|
|
AjaxResult getByMap(@RequestBody FormDataDto dto);
|