package com.artfess.cqlt.manager;

import com.artfess.base.manager.BaseManager;
import com.artfess.cqlt.model.QfOperationKpiD;
import com.artfess.cqlt.model.QfOperationKpiM;

/**
 * 运营--KPI数据填报详情表 服务类
 *
 * @company 阿特菲斯信息技术有限公司
 * @author min.wu
 * @since 2023-02-14
 */
public interface QfOperationKpiDManager extends BaseManager<QfOperationKpiD> {

    boolean batchSave(QfOperationKpiM t);

    boolean batchUpdate(QfOperationKpiM t);
}
