MrShi
2025-02-08 a0f65b9cc2efbbbcfb1b2a7974a44b54ba937d04
server/visits/dmvisit_service/src/main/java/com/doumee/service/business/YwTempConfigService.java
@@ -2,6 +2,7 @@
import com.doumee.core.model.PageData;
import com.doumee.core.model.PageWrap;
import com.doumee.dao.business.dto.YwCallTempDataDTO;
import com.doumee.dao.business.model.YwTempConfig;
import com.doumee.dao.business.vo.YwCallTempDataVO;
@@ -98,4 +99,6 @@
    long count(YwTempConfig ywTempConfig);
    YwCallTempDataVO getCallTemp();
    void updTempConfig(YwCallTempDataDTO ywCallTempDataDTO);
}