fuliqi
2024-10-17 8546b3d285af4235a0ef615a0c6e89486ae2c806
src/main/java/com/ycl/jxkg/base/BaseApiController.java
@@ -2,9 +2,7 @@
import com.ycl.jxkg.context.WebContext;
import com.ycl.jxkg.domain.User;
import com.ycl.jxkg.utility.ModelMapperSingle;
import org.modelmapper.ModelMapper;
import com.ycl.jxkg.domain.entity.User;
import org.springframework.beans.factory.annotation.Autowired;
/**
@@ -18,10 +16,7 @@
     * The constant DEFAULT_PAGE_SIZE.
     */
    protected final static String DEFAULT_PAGE_SIZE = "10";
    /**
     * The constant modelMapper.
     */
    protected final static ModelMapper modelMapper = ModelMapperSingle.Instance();
    /**
     * The Web context.
     */