MrShi
2026-04-02 a29e0df3c165dfe2ddd825bb340ed480a64865db
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);
}