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