Commit 1d4743a5 authored by 张庆's avatar 张庆

INIT

parent 4a45ed6b
......@@ -50,11 +50,11 @@
<version>0.0.2-SNAPSHOT</version>
</dependency>
<!-- 支持mq 基础包 -->
<dependency>
<groupId>com.jqtx.infrastructure</groupId>
<artifactId>infrastructure-mq-starter</artifactId>
<version>0.0.3-SNAPSHOT</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.jqtx.infrastructure</groupId>-->
<!-- <artifactId>infrastructure-mq-starter</artifactId>-->
<!-- <version>0.0.3-SNAPSHOT</version>-->
<!-- </dependency>-->
<!-- 支持oss 基础包 -->
<dependency>
<groupId>com.jqtx.infrastructure</groupId>
......
package com.jqtx.windows.repository.entity;
import java.math.BigDecimal;
import java.time.LocalDate;
import java.time.LocalDateTime;
public class WindowsBackedDetail {
private Integer id;
private String backedNo;
private String planNo;
private LocalDate backedDate;
private BigDecimal backedAmt;
private BigDecimal backedBen;
private BigDecimal backedXi;
private BigDecimal backedFu;
private BigDecimal backedFa;
private BigDecimal backedBurden;
private BigDecimal backedSpeaccount;
private BigDecimal backedBreak;
private String backedType;
private LocalDateTime gmtCreated;
private LocalDateTime gmtModified;
private String memo;
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public String getBackedNo() {
return backedNo;
}
public void setBackedNo(String backedNo) {
this.backedNo = backedNo == null ? null : backedNo.trim();
}
public String getPlanNo() {
return planNo;
}
public void setPlanNo(String planNo) {
this.planNo = planNo == null ? null : planNo.trim();
}
public LocalDate getBackedDate() {
return backedDate;
}
public void setBackedDate(LocalDate backedDate) {
this.backedDate = backedDate;
}
public BigDecimal getBackedAmt() {
return backedAmt;
}
public void setBackedAmt(BigDecimal backedAmt) {
this.backedAmt = backedAmt;
}
public BigDecimal getBackedBen() {
return backedBen;
}
public void setBackedBen(BigDecimal backedBen) {
this.backedBen = backedBen;
}
public BigDecimal getBackedXi() {
return backedXi;
}
public void setBackedXi(BigDecimal backedXi) {
this.backedXi = backedXi;
}
public BigDecimal getBackedFu() {
return backedFu;
}
public void setBackedFu(BigDecimal backedFu) {
this.backedFu = backedFu;
}
public BigDecimal getBackedFa() {
return backedFa;
}
public void setBackedFa(BigDecimal backedFa) {
this.backedFa = backedFa;
}
public BigDecimal getBackedBurden() {
return backedBurden;
}
public void setBackedBurden(BigDecimal backedBurden) {
this.backedBurden = backedBurden;
}
public BigDecimal getBackedSpeaccount() {
return backedSpeaccount;
}
public void setBackedSpeaccount(BigDecimal backedSpeaccount) {
this.backedSpeaccount = backedSpeaccount;
}
public BigDecimal getBackedBreak() {
return backedBreak;
}
public void setBackedBreak(BigDecimal backedBreak) {
this.backedBreak = backedBreak;
}
public String getBackedType() {
return backedType;
}
public void setBackedType(String backedType) {
this.backedType = backedType == null ? null : backedType.trim();
}
public LocalDateTime getGmtCreated() {
return gmtCreated;
}
public void setGmtCreated(LocalDateTime gmtCreated) {
this.gmtCreated = gmtCreated;
}
public LocalDateTime getGmtModified() {
return gmtModified;
}
public void setGmtModified(LocalDateTime gmtModified) {
this.gmtModified = gmtModified;
}
public String getMemo() {
return memo;
}
public void setMemo(String memo) {
this.memo = memo == null ? null : memo.trim();
}
}
\ No newline at end of file
package com.jqtx.windows.repository.entity;
import java.time.LocalDateTime;
public class WindowsCredit {
private Integer id;
private String clientName;
private String certNo;
private String clientCell;
private String orderNo;
private String creditDetailUrl;
private String creditResult;
private String creditAmt;
private LocalDateTime gmtCreated;
private LocalDateTime gmtModified;
private String memo;
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public String getClientName() {
return clientName;
}
public void setClientName(String clientName) {
this.clientName = clientName == null ? null : clientName.trim();
}
public String getCertNo() {
return certNo;
}
public void setCertNo(String certNo) {
this.certNo = certNo == null ? null : certNo.trim();
}
public String getClientCell() {
return clientCell;
}
public void setClientCell(String clientCell) {
this.clientCell = clientCell == null ? null : clientCell.trim();
}
public String getOrderNo() {
return orderNo;
}
public void setOrderNo(String orderNo) {
this.orderNo = orderNo == null ? null : orderNo.trim();
}
public String getCreditDetailUrl() {
return creditDetailUrl;
}
public void setCreditDetailUrl(String creditDetailUrl) {
this.creditDetailUrl = creditDetailUrl == null ? null : creditDetailUrl.trim();
}
public String getCreditResult() {
return creditResult;
}
public void setCreditResult(String creditResult) {
this.creditResult = creditResult == null ? null : creditResult.trim();
}
public String getCreditAmt() {
return creditAmt;
}
public void setCreditAmt(String creditAmt) {
this.creditAmt = creditAmt == null ? null : creditAmt.trim();
}
public LocalDateTime getGmtCreated() {
return gmtCreated;
}
public void setGmtCreated(LocalDateTime gmtCreated) {
this.gmtCreated = gmtCreated;
}
public LocalDateTime getGmtModified() {
return gmtModified;
}
public void setGmtModified(LocalDateTime gmtModified) {
this.gmtModified = gmtModified;
}
public String getMemo() {
return memo;
}
public void setMemo(String memo) {
this.memo = memo == null ? null : memo.trim();
}
}
\ No newline at end of file
package com.jqtx.windows.repository.entity;
import java.time.LocalDateTime;
public class WindowsCreditResult {
private Integer id;
private String orderNo;
private String loanNo;
private String creditType;
private String approvalAmount;
private String creditAmt;
private String creditStatus;
private LocalDateTime gmtCreated;
private LocalDateTime gmtModified;
private String memo;
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public String getOrderNo() {
return orderNo;
}
public void setOrderNo(String orderNo) {
this.orderNo = orderNo == null ? null : orderNo.trim();
}
public String getLoanNo() {
return loanNo;
}
public void setLoanNo(String loanNo) {
this.loanNo = loanNo == null ? null : loanNo.trim();
}
public String getCreditType() {
return creditType;
}
public void setCreditType(String creditType) {
this.creditType = creditType == null ? null : creditType.trim();
}
public String getApprovalAmount() {
return approvalAmount;
}
public void setApprovalAmount(String approvalAmount) {
this.approvalAmount = approvalAmount == null ? null : approvalAmount.trim();
}
public String getCreditAmt() {
return creditAmt;
}
public void setCreditAmt(String creditAmt) {
this.creditAmt = creditAmt == null ? null : creditAmt.trim();
}
public String getCreditStatus() {
return creditStatus;
}
public void setCreditStatus(String creditStatus) {
this.creditStatus = creditStatus == null ? null : creditStatus.trim();
}
public LocalDateTime getGmtCreated() {
return gmtCreated;
}
public void setGmtCreated(LocalDateTime gmtCreated) {
this.gmtCreated = gmtCreated;
}
public LocalDateTime getGmtModified() {
return gmtModified;
}
public void setGmtModified(LocalDateTime gmtModified) {
this.gmtModified = gmtModified;
}
public String getMemo() {
return memo;
}
public void setMemo(String memo) {
this.memo = memo == null ? null : memo.trim();
}
}
\ No newline at end of file
package com.jqtx.windows.repository.entity;
import java.math.BigDecimal;
import java.time.LocalDateTime;
public class WindowsLoan {
private Integer id;
private String loanNo;
private String orderNo;
private BigDecimal loanAmt;
private BigDecimal raiseAmt;
private BigDecimal serviceAmt;
private BigDecimal rateAmt;
private BigDecimal burdenAmt;
private String loanUsage;
private LocalDateTime raiseDate;
private String loanStatus;
private String bankAccount;
private String loanTerm;
private String loanCreditResult;
private LocalDateTime gmtCreated;
private LocalDateTime gmtModified;
private String memo;
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public String getLoanNo() {
return loanNo;
}
public void setLoanNo(String loanNo) {
this.loanNo = loanNo == null ? null : loanNo.trim();
}
public String getOrderNo() {
return orderNo;
}
public void setOrderNo(String orderNo) {
this.orderNo = orderNo == null ? null : orderNo.trim();
}
public BigDecimal getLoanAmt() {
return loanAmt;
}
public void setLoanAmt(BigDecimal loanAmt) {
this.loanAmt = loanAmt;
}
public BigDecimal getRaiseAmt() {
return raiseAmt;
}
public void setRaiseAmt(BigDecimal raiseAmt) {
this.raiseAmt = raiseAmt;
}
public BigDecimal getServiceAmt() {
return serviceAmt;
}
public void setServiceAmt(BigDecimal serviceAmt) {
this.serviceAmt = serviceAmt;
}
public BigDecimal getRateAmt() {
return rateAmt;
}
public void setRateAmt(BigDecimal rateAmt) {
this.rateAmt = rateAmt;
}
public BigDecimal getBurdenAmt() {
return burdenAmt;
}
public void setBurdenAmt(BigDecimal burdenAmt) {
this.burdenAmt = burdenAmt;
}
public String getLoanUsage() {
return loanUsage;
}
public void setLoanUsage(String loanUsage) {
this.loanUsage = loanUsage == null ? null : loanUsage.trim();
}
public LocalDateTime getRaiseDate() {
return raiseDate;
}
public void setRaiseDate(LocalDateTime raiseDate) {
this.raiseDate = raiseDate;
}
public String getLoanStatus() {
return loanStatus;
}
public void setLoanStatus(String loanStatus) {
this.loanStatus = loanStatus == null ? null : loanStatus.trim();
}
public String getBankAccount() {
return bankAccount;
}
public void setBankAccount(String bankAccount) {
this.bankAccount = bankAccount == null ? null : bankAccount.trim();
}
public String getLoanTerm() {
return loanTerm;
}
public void setLoanTerm(String loanTerm) {
this.loanTerm = loanTerm == null ? null : loanTerm.trim();
}
public String getLoanCreditResult() {
return loanCreditResult;
}
public void setLoanCreditResult(String loanCreditResult) {
this.loanCreditResult = loanCreditResult == null ? null : loanCreditResult.trim();
}
public LocalDateTime getGmtCreated() {
return gmtCreated;
}
public void setGmtCreated(LocalDateTime gmtCreated) {
this.gmtCreated = gmtCreated;
}
public LocalDateTime getGmtModified() {
return gmtModified;
}
public void setGmtModified(LocalDateTime gmtModified) {
this.gmtModified = gmtModified;
}
public String getMemo() {
return memo;
}
public void setMemo(String memo) {
this.memo = memo == null ? null : memo.trim();
}
}
\ No newline at end of file
package com.jqtx.windows.repository.mapper;
import com.jqtx.windows.repository.entity.WindowsBackedDetail;
import com.jqtx.windows.repository.entity.WindowsBackedDetailExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface WindowsBackedDetailMapper {
long countByExample(WindowsBackedDetailExample example);
int deleteByExample(WindowsBackedDetailExample example);
int deleteByPrimaryKey(Integer id);
int insert(WindowsBackedDetail row);
int insertSelective(WindowsBackedDetail row);
List<WindowsBackedDetail> selectByExample(WindowsBackedDetailExample example);
WindowsBackedDetail selectByPrimaryKey(Integer id);
int updateByExampleSelective(@Param("row") WindowsBackedDetail row, @Param("example") WindowsBackedDetailExample example);
int updateByExample(@Param("row") WindowsBackedDetail row, @Param("example") WindowsBackedDetailExample example);
int updateByPrimaryKeySelective(WindowsBackedDetail row);
int updateByPrimaryKey(WindowsBackedDetail row);
}
\ No newline at end of file
package com.jqtx.windows.repository.mapper;
import com.jqtx.windows.repository.entity.WindowsCredit;
import com.jqtx.windows.repository.entity.WindowsCreditExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface WindowsCreditMapper {
long countByExample(WindowsCreditExample example);
int deleteByExample(WindowsCreditExample example);
int deleteByPrimaryKey(Integer id);
int insert(WindowsCredit row);
int insertSelective(WindowsCredit row);
List<WindowsCredit> selectByExample(WindowsCreditExample example);
WindowsCredit selectByPrimaryKey(Integer id);
int updateByExampleSelective(@Param("row") WindowsCredit row, @Param("example") WindowsCreditExample example);
int updateByExample(@Param("row") WindowsCredit row, @Param("example") WindowsCreditExample example);
int updateByPrimaryKeySelective(WindowsCredit row);
int updateByPrimaryKey(WindowsCredit row);
}
\ No newline at end of file
package com.jqtx.windows.repository.mapper;
import com.jqtx.windows.repository.entity.WindowsCreditResult;
import com.jqtx.windows.repository.entity.WindowsCreditResultExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface WindowsCreditResultMapper {
long countByExample(WindowsCreditResultExample example);
int deleteByExample(WindowsCreditResultExample example);
int deleteByPrimaryKey(Integer id);
int insert(WindowsCreditResult row);
int insertSelective(WindowsCreditResult row);
List<WindowsCreditResult> selectByExample(WindowsCreditResultExample example);
WindowsCreditResult selectByPrimaryKey(Integer id);
int updateByExampleSelective(@Param("row") WindowsCreditResult row, @Param("example") WindowsCreditResultExample example);
int updateByExample(@Param("row") WindowsCreditResult row, @Param("example") WindowsCreditResultExample example);
int updateByPrimaryKeySelective(WindowsCreditResult row);
int updateByPrimaryKey(WindowsCreditResult row);
}
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment