提交修改
This commit is contained in:
parent
2e183532d6
commit
5c177ef645
|
@ -13,7 +13,7 @@ public class HeaderDto {
|
||||||
private String refOrderType;
|
private String refOrderType;
|
||||||
private String status;
|
private String status;
|
||||||
private String consolidated;
|
private String consolidated;
|
||||||
private String StringernalInstructionType;
|
private String internalInstructionType;
|
||||||
private String bizChannel;
|
private String bizChannel;
|
||||||
private String sourcePlatformCode;
|
private String sourcePlatformCode;
|
||||||
private String processType;
|
private String processType;
|
||||||
|
@ -151,12 +151,12 @@ public class HeaderDto {
|
||||||
this.consolidated = consolidated;
|
this.consolidated = consolidated;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getStringernalInstructionType() {
|
public String getInternalInstructionType() {
|
||||||
return StringernalInstructionType;
|
return internalInstructionType;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setStringernalInstructionType(String stringernalInstructionType) {
|
public void setInternalInstructionType(String internalInstructionType) {
|
||||||
StringernalInstructionType = stringernalInstructionType;
|
this.internalInstructionType = internalInstructionType;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getBizChannel() {
|
public String getBizChannel() {
|
||||||
|
|
Loading…
Reference in New Issue