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