提交修改

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