Merge remote-tracking branch 'origin/dev/dev' into dev/dev
This commit is contained in:
30
src/main/java/com/ai/da/model/dto/AlipayHKCallbackDTO.java
Normal file
30
src/main/java/com/ai/da/model/dto/AlipayHKCallbackDTO.java
Normal file
@@ -0,0 +1,30 @@
|
||||
package com.ai.da.model.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class AlipayHKCallbackDTO {
|
||||
|
||||
private String transaction_id;
|
||||
|
||||
private Long amount;
|
||||
|
||||
private String currency;
|
||||
|
||||
private String payment_time;
|
||||
|
||||
private String merchant_id;
|
||||
|
||||
private String segment_id;
|
||||
|
||||
private String out_trade_no;
|
||||
|
||||
private String type;
|
||||
|
||||
private String status;
|
||||
|
||||
private String pid;
|
||||
|
||||
private String subject;
|
||||
|
||||
}
|
||||
@@ -44,7 +44,7 @@ public class DesignSingleItemDTO implements Serializable {
|
||||
private List<Long> offset;
|
||||
|
||||
@ApiModelProperty("图层缩放比例")
|
||||
private Float scale;
|
||||
private Float[] scale;
|
||||
|
||||
@NotNull(message = "priority.cannot.be.empty")
|
||||
@ApiModelProperty("图层优先级")
|
||||
|
||||
Reference in New Issue
Block a user