| | |
| | | private String accectType; |
| | | private String userId; |
| | | private String symbol; |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Shanghai") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Kolkata") |
| | | private Date createTime; |
| | | |
| | | |
| | |
| | | private String returnOfRate; |
| | | |
| | | //买入时间 |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Shanghai") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Kolkata") |
| | | private Date buyTime; |
| | | |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Shanghai") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Kolkata") |
| | | private Date endTime; |
| | | |
| | | //用户id |
| | |
| | | private String indexName; |
| | | private String indexCode; |
| | | private String indexGid; |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Kolkata") |
| | | |
| | | private Date buyOrderTime; |
| | | private BigDecimal buyOrderPrice; |
| | |
| | | private String orderDesc; |
| | | |
| | | @Excel(name = "申请时间", databaseFormat = "yyyyMMddHHmmss", format = "yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss" ,timezone = "Asia/Shanghai") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss" ,timezone = "Asia/Kolkata") |
| | | private Date addTime; |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss" ,timezone = "Asia/Shanghai") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss" ,timezone = "Asia/Kolkata") |
| | | @Excel(name = "支付时间", databaseFormat = "yyyyMMddHHmmss", format = "yyyy-MM-dd HH:mm:ss") |
| | | private Date payTime; |
| | | /*支付通道主键id*/ |
| | |
| | | /** |
| | | * 添加时间 |
| | | */ |
| | | @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss",timezone="GMT+8") |
| | | @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss",timezone="Asia/Kolkata") |
| | | private Date addTime; |
| | | |
| | | /** |
| | | * 提交时间 |
| | | */ |
| | | @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss",timezone="GMT+8") |
| | | @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss",timezone="Asia/Kolkata") |
| | | private Date submitTime; |
| | | |
| | | /** |
| | | * 中签审核时间 |
| | | */ |
| | | @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss",timezone="GMT+8") |
| | | @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss",timezone="Asia/Kolkata") |
| | | private Date endTime; |
| | | /** |
| | | * 双融确定时间 |
| | | */ |
| | | @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss",timezone="GMT+8") |
| | | @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss",timezone="Asia/Kolkata") |
| | | private Date fixTime; |
| | | /** |
| | | * 备注 |
| | |
| | | private Integer agentId; |
| | | @Excel(name = "出金金额") |
| | | private BigDecimal withAmt; |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Shanghai") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Kolkata") |
| | | @Excel(name = "申请时间", databaseFormat = "yyyyMMddHHmmss", format = "yyyy-MM-dd HH:mm:ss") |
| | | private Date applyTime; |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Shanghai") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Kolkata") |
| | | @Excel(name = "出金时间", databaseFormat = "yyyyMMddHHmmss", format = "yyyy-MM-dd HH:mm:ss") |
| | | private Date transTime; |
| | | |
| | |
| | | private BigDecimal nowPrice; |
| | | |
| | | // private BigDecimal targetPrice; |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Kolkata") |
| | | private Date addTime; |
| | | |
| | | private Integer status; |
| | |
| | | private BigDecimal nowPrice; |
| | | |
| | | private BigDecimal targetPrice; |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Kolkata") |
| | | private Date addTime; |
| | | |
| | | private Integer status; |
| | |
| | | |
| | | private String buyOrderId; |
| | | |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Shanghai") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Kolkata") |
| | | private Date buyOrderTime; |
| | | |
| | | private BigDecimal buyOrderPrice; |
| | | |
| | | private String sellOrderId; |
| | | |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Shanghai") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "Asia/Kolkata") |
| | | private Date sellOrderTime; |
| | | |
| | | private BigDecimal sellOrderPrice; |
| | |
| | | spring: |
| | | jackson: |
| | | date-format: yyyy-MM-dd HH:mm:ss |
| | | time-zone: Asia/Shanghai |
| | | time-zone: Asia/Kolkata |
| | | profiles: |
| | | active: druid |
| | | flyway: |