Browse Source

删除Wdyqs

hubert 7 years ago
parent
commit
6c5ca75f8d
2 changed files with 364 additions and 513 deletions
  1. 364 430
      .idea/workspace.xml
  2. 0 83
      src/main/java/com/uas/credit/model/corpriskinfo/summary/Wdyqs.java

File diff suppressed because it is too large
+ 364 - 430
.idea/workspace.xml


+ 0 - 83
src/main/java/com/uas/credit/model/corpriskinfo/summary/Wdyqs.java

@@ -1,83 +0,0 @@
-package com.uas.credit.model.corpriskinfo.summary;
-
-import com.uas.credit.model.corpriskinfo.Summary;
-
-import javax.persistence.*;
-import java.io.Serializable;
-import java.util.Date;
-
-/**
- * 网贷逾期概要信息
- * created by shicr on 2018/6/12
- **/
-@Entity
-@Table(name = "summary$wdyqs")
-public class Wdyqs implements Serializable {
-
-
-    @Id
-    @GeneratedValue(strategy = GenerationType.IDENTITY)
-    @Column(name = "id")
-    private Long id;
-
-    /**
-     * 记录编号
-     */
-    @Column(name = "recordId")
-    private String recordId;
-
-    /**
-     * 标题
-     */
-    @Column(name = "bt")
-    private String bt;
-
-    /**
-     * 公告日期
-     */
-    @Column(name = "ggrq")
-    private Date ggrq;
-
-    @ManyToOne(cascade = CascadeType.PERSIST)
-    private Summary summary;
-
-    public Long getId() {
-        return id;
-    }
-
-    public void setId(Long id) {
-        this.id = id;
-    }
-
-    public String getRecordId() {
-        return recordId;
-    }
-
-    public void setRecordId(String recordId) {
-        this.recordId = recordId;
-    }
-
-    public String getBt() {
-        return bt;
-    }
-
-    public void setBt(String bt) {
-        this.bt = bt;
-    }
-
-    public Date getGgrq() {
-        return ggrq;
-    }
-
-    public void setGgrq(Date ggrq) {
-        this.ggrq = ggrq;
-    }
-
-    public Summary getSummary() {
-        return summary;
-    }
-
-    public void setSummary(Summary summary) {
-        this.summary = summary;
-    }
-}

Some files were not shown because too many files changed in this diff