|
@@ -6,7 +6,7 @@ import com.anjiplus.template.gaea.business.modules.dict.controller.dto.GaeaDictI
|
|
|
import com.anjiplus.template.gaea.business.modules.dict.controller.param.GaeaDictItemParam;
|
|
import com.anjiplus.template.gaea.business.modules.dict.controller.param.GaeaDictItemParam;
|
|
|
import com.anjiplus.template.gaea.business.modules.dict.service.GaeaDictItemService;
|
|
import com.anjiplus.template.gaea.business.modules.dict.service.GaeaDictItemService;
|
|
|
import com.anji.plus.gaea.curd.service.GaeaBaseService;
|
|
import com.anji.plus.gaea.curd.service.GaeaBaseService;
|
|
|
-import io.swagger.annotations.Api;
|
|
|
|
|
|
|
+
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
@@ -19,7 +19,6 @@ import org.springframework.beans.factory.annotation.Autowired;
|
|
|
*/
|
|
*/
|
|
|
@RestController
|
|
@RestController
|
|
|
@RequestMapping("/gaeaDictItem")
|
|
@RequestMapping("/gaeaDictItem")
|
|
|
-@Api(value = "/gaeaDictItem", tags = "数据字典项")
|
|
|
|
|
public class GaeaDictItemController extends GaeaBaseController<GaeaDictItemParam, GaeaDictItem, GaeaDictItemDTO> {
|
|
public class GaeaDictItemController extends GaeaBaseController<GaeaDictItemParam, GaeaDictItem, GaeaDictItemDTO> {
|
|
|
@Autowired
|
|
@Autowired
|
|
|
private GaeaDictItemService gaeaDictItemService;
|
|
private GaeaDictItemService gaeaDictItemService;
|