sinake
3 天以前 df9a47128a707b37483f282083e317d1d0119156
ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/BaseAnnextypeController.java
@@ -14,6 +14,7 @@
import com.ruoyi.project.service.IBaseAnnextypeService;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import io.swagger.annotations.Tag;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.ObjectUtils;
import org.springframework.beans.factory.annotation.Autowired;
@@ -30,7 +31,7 @@
 * @date 2023-11-10
 */
@Slf4j
@Api("捐献附件")
@Api(description = "捐献附件",tags={"捐献附件"})
@RestController
@RequestMapping("/project/annextype")
public class BaseAnnextypeController extends BaseController {