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

com.base4j.mvc.sys.service.SysParamService Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
package com.base4j.mvc.sys.service;

import com.base4j.mvc.base.service.BaseService;
import com.base4j.mvc.sys.entity.SysParam;

public interface SysParamService extends BaseService {

    /**
     * 该功能用于激活用户
     * @param id 主键
     * @param active 是否激活
     * @return  无返回值
     */
    void updateActiveByPrimaryKey(long id, long active);


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy