提交修改

This commit is contained in:
liuy 2024-08-02 18:17:31 +08:00
parent 2e183532d6
commit 5c177ef645
1 changed files with 5 additions and 5 deletions

View File

@ -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() {