heheng
7 天以前 879f9bee74d45a48fc98520d804416f15257be00
multi-system/src/main/java/com/gkhy/exam/system/service/ItemReviewService.java
@@ -4,6 +4,7 @@
import com.gkhy.exam.common.api.CommonPage;
import com.gkhy.exam.common.api.CommonResult;
import com.gkhy.exam.system.domain.ItemReview;
import com.gkhy.exam.system.domain.ItemReviewUser;
public interface ItemReviewService extends IService<ItemReview> {
    CommonPage selectItemList(ItemReview itemReview);
@@ -13,4 +14,10 @@
    CommonResult updateItem(ItemReview item);
    CommonResult deletedItem(Integer itemReviewId);
    CommonResult sendItem(Integer itemReviewId);
    CommonResult approvalList(Integer userId);
    CommonResult approval(ItemReviewUser itemReviewUser);
}