com.arextest.web.model.contract.PagingResponse Maven / Gradle / Ivy
The newest version!
package com.arextest.web.model.contract;
public interface PagingResponse {
Long getTotalCount();
void setTotalCount(Long totalCount);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy