|
@@ -1,62 +0,0 @@
|
|
|
-package com.malk.xiding.repository.entity;
|
|
|
-
|
|
|
-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;
|
|
|
-
|
|
|
-
|
|
|
-/**
|
|
|
- * QXdDdApproveRecordPo is a Querydsl query type for XdDdApproveRecordPo
|
|
|
- */
|
|
|
-@Generated("com.querydsl.codegen.EntitySerializer")
|
|
|
-public class QXdDdApproveRecordPo extends EntityPathBase<XdDdApproveRecordPo> {
|
|
|
-
|
|
|
- private static final long serialVersionUID = 1676302969L;
|
|
|
-
|
|
|
- public static final QXdDdApproveRecordPo xdDdApproveRecordPo = new QXdDdApproveRecordPo("xdDdApproveRecordPo");
|
|
|
-
|
|
|
- public final com.malk.base.QBasePo _super = new com.malk.base.QBasePo(this);
|
|
|
-
|
|
|
- //inherited
|
|
|
- public final DateTimePath<java.util.Date> createTime = _super.createTime;
|
|
|
-
|
|
|
- public final DateTimePath<java.util.Date> endTime = createDateTime("endTime", java.util.Date.class);
|
|
|
-
|
|
|
- //inherited
|
|
|
- public final NumberPath<Long> id = _super.id;
|
|
|
-
|
|
|
- public final StringPath instanceId = createString("instanceId");
|
|
|
-
|
|
|
- public final BooleanPath marketing = createBoolean("marketing");
|
|
|
-
|
|
|
- public final StringPath openUserId = createString("openUserId");
|
|
|
-
|
|
|
- public final DateTimePath<java.util.Date> startTime = createDateTime("startTime", java.util.Date.class);
|
|
|
-
|
|
|
- public final StringPath type = createString("type");
|
|
|
-
|
|
|
- //inherited
|
|
|
- public final DateTimePath<java.util.Date> updateTime = _super.updateTime;
|
|
|
-
|
|
|
- public final StringPath userId = createString("userId");
|
|
|
-
|
|
|
- public final StringPath userName = createString("userName");
|
|
|
-
|
|
|
- public QXdDdApproveRecordPo(String variable) {
|
|
|
- super(XdDdApproveRecordPo.class, forVariable(variable));
|
|
|
- }
|
|
|
-
|
|
|
- public QXdDdApproveRecordPo(Path<? extends XdDdApproveRecordPo> path) {
|
|
|
- super(path.getType(), path.getMetadata());
|
|
|
- }
|
|
|
-
|
|
|
- public QXdDdApproveRecordPo(PathMetadata metadata) {
|
|
|
- super(XdDdApproveRecordPo.class, metadata);
|
|
|
- }
|
|
|
-
|
|
|
-}
|
|
|
-
|