From 5c177ef6457e33ebcb9db167e9933d7559ec69da Mon Sep 17 00:00:00 2001 From: liuy <37787198+LiuyCodes@users.noreply.github.com> Date: Fri, 2 Aug 2024 18:17:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ttxofs/dto/ofssaleorderoutsearch/HeaderDto.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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() {