whyclxw
2024-07-01 0ce771b4a4ff5897dc91bb1b84a4561781b00ca5
src/main/java/com/whyc/service/CKPowerDevBattRtDataSetService.java
@@ -5,6 +5,7 @@
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
import java.util.List;
@Service
public class CKPowerDevBattRtDataSetService {
@@ -15,4 +16,8 @@
    public void update(CKPowerDevBattRtDataSet set) {
        mapper.update(set,null);
    }
    public void updateBatch(List<CKPowerDevBattRtDataSet> list) {
        mapper.updateBatch(list);
    }
}