package com.qxueyou.scc.teach.subject.model.view; import static com.querydsl.core.types.PathMetadataFactory.*; import com.querydsl.core.types.dsl.*; import com.querydsl.core.types.PathMetadata; import javax.annotation.Generated; import com.querydsl.core.types.Path; /** * QMyChapterProgressVId is a Querydsl query type for MyChapterProgressVId */ @Generated("com.querydsl.codegen.EmbeddableSerializer") public class QMyChapterProgressVId extends BeanPath { private static final long serialVersionUID = -1910272098L; public static final QMyChapterProgressVId myChapterProgressVId = new QMyChapterProgressVId("myChapterProgressVId"); public final StringPath chapterId = createString("chapterId"); public final StringPath classId = createString("classId"); public final StringPath subjectId = createString("subjectId"); public final StringPath userId = createString("userId"); public QMyChapterProgressVId(String variable) { super(MyChapterProgressVId.class, forVariable(variable)); } public QMyChapterProgressVId(Path path) { super(path.getType(), path.getMetadata()); } public QMyChapterProgressVId(PathMetadata metadata) { super(MyChapterProgressVId.class, metadata); } }