parent
5938786f84
commit
c5b80bd3c9
1 changed files with 12 additions and 0 deletions
|
|
@ -1,4 +1,16 @@
|
||||||
package ru.spcex.clearing.platform.messaging.domain.cud.utilities;
|
package ru.spcex.clearing.platform.messaging.domain.cud.utilities;
|
||||||
|
|
||||||
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||||
|
|
||||||
public class STradesImportedRequest {
|
public class STradesImportedRequest {
|
||||||
|
@JsonProperty
|
||||||
|
private Long tradeNum;
|
||||||
|
|
||||||
|
public Long getTradeNum() {
|
||||||
|
return tradeNum;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setTradeNum(Long tradeNum) {
|
||||||
|
this.tradeNum = tradeNum;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue