- package com.jkcredit.sysnews.resource.biz.photo;
- import com.jkcredit.sysnews.resource.base.BizResource;
- import lombok.extern.slf4j.Slf4j;
- import org.springframework.web.bind.annotation.RestController;
- /**
- * @description:
- * @author: xusonglin
- * @create: 2020/3/26 10:20
- * @version: V1.0
- **/
- @Slf4j
- @RestController
- public class PhotoBizResource extends BizResource {
- }
|