diff --git a/service/src/main/java/com/hzya/frame/ttxofs/dto/ofssaleorderoutsearch/HeaderDto.java b/service/src/main/java/com/hzya/frame/ttxofs/dto/ofssaleorderoutsearch/HeaderDto.java index f9dc9e6c..54731f2c 100755 --- a/service/src/main/java/com/hzya/frame/ttxofs/dto/ofssaleorderoutsearch/HeaderDto.java +++ b/service/src/main/java/com/hzya/frame/ttxofs/dto/ofssaleorderoutsearch/HeaderDto.java @@ -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() {