package com.qxgmat.service.annotation; import com.qxgmat.data.dao.entity.UserPaper; /** * Created by gaojie on 2017/11/20. */ @FunctionalInterface public interface InitPaper { void callback(UserPaper userPaper, Integer originId); }