admin
2024-10-30 010ef2a907e66efd4702443c06cdd18f8a7ffa5b
src/main/java/com/yeshi/buwan/dao/live/TVLiveProgramResourceDao.java
@@ -1,22 +1,16 @@
package com.yeshi.buwan.dao.live;
import com.yeshi.buwan.dao.base.MongodbBaseDao;
import com.yeshi.buwan.domain.live.TVLiveProgramResource;
import org.springframework.data.domain.Sort;
import org.springframework.data.mongodb.core.query.Criteria;
import org.springframework.data.mongodb.core.query.Query;
import org.springframework.data.mongodb.core.query.Update;
import org.springframework.data.domain.Sort;
import org.springframework.stereotype.Repository;
import java.util.List;
import com.yeshi.buwan.domain.live.TVLiveProgramResource;
import com.yeshi.buwan.dao.base.MongodbBaseDao;
import java.util.Date;
import com.yeshi.buwan.domain.live.TVLiveProgramResource.TVLiveProgramResourceType;
import java.lang.String;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
@Repository