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

ars.database.service.UpdateService Maven / Gradle / Ivy

The newest version!
package ars.database.service;

import ars.invoke.local.Api;
import ars.invoke.local.Param;
import ars.invoke.request.Requester;

/**
 * 数据修改外部调用接口
 *
 * @param  数据模型
 * @author wuyongqiang
 */
public interface UpdateService extends Service {
    /**
     * 修改对象实体
     *
     * @param requester   请求对象
     * @param identifiers 对象主键数组
     */
    @Api("update")
    public void update(Requester requester, @Param(name = "id", required = true) Object[] identifiers);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy