All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.zyy.common.service.HandleService Maven / Gradle / Ivy

package com.zyy.common.service;

import com.zyy.common.model.TemplateModel;
import com.zyy.common.util.TokenModel;

public interface HandleService {
    /**
     * 处理handle
     *
     * @param model      处理模板
     * @param proceed    数据对象
     * @param tokenModel 用户对象
     */
    void handleRun(TemplateModel model, Object proceed, TokenModel tokenModel);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy