接口列表
parent
bdd2591534
commit
8c762a0b38
|
@ -46,6 +46,10 @@ public class Connector {
|
||||||
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||||
private Date connectorTime;
|
private Date connectorTime;
|
||||||
|
/**
|
||||||
|
* 价格
|
||||||
|
*/
|
||||||
|
private BigDecimal connectorPrice;
|
||||||
/**
|
/**
|
||||||
* 剩余次数
|
* 剩余次数
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue