ylx 7 jaren geleden
bovenliggende
commit
d467ea1103
1 gewijzigde bestanden met toevoegingen van 4955 en 638 verwijderingen
  1. 4955 638
      saicLogistics/src/main/java/smsc/Api.java

+ 4955 - 638
saicLogistics/src/main/java/smsc/Api.java

@@ -12672,6 +12672,76 @@ public final class Api {
      * <code>repeated .smsc.Role role = 2;</code>
      */
     int getRoleValue(int index);
+
+    /**
+     * <pre>
+     *用户账号
+     * </pre>
+     *
+     * <code>repeated string account = 3;</code>
+     */
+    java.util.List<java.lang.String>
+        getAccountList();
+    /**
+     * <pre>
+     *用户账号
+     * </pre>
+     *
+     * <code>repeated string account = 3;</code>
+     */
+    int getAccountCount();
+    /**
+     * <pre>
+     *用户账号
+     * </pre>
+     *
+     * <code>repeated string account = 3;</code>
+     */
+    java.lang.String getAccount(int index);
+    /**
+     * <pre>
+     *用户账号
+     * </pre>
+     *
+     * <code>repeated string account = 3;</code>
+     */
+    com.google.protobuf.ByteString
+        getAccountBytes(int index);
+
+    /**
+     * <pre>
+     *用户名称
+     * </pre>
+     *
+     * <code>repeated string name = 4;</code>
+     */
+    java.util.List<java.lang.String>
+        getNameList();
+    /**
+     * <pre>
+     *用户名称
+     * </pre>
+     *
+     * <code>repeated string name = 4;</code>
+     */
+    int getNameCount();
+    /**
+     * <pre>
+     *用户名称
+     * </pre>
+     *
+     * <code>repeated string name = 4;</code>
+     */
+    java.lang.String getName(int index);
+    /**
+     * <pre>
+     *用户名称
+     * </pre>
+     *
+     * <code>repeated string name = 4;</code>
+     */
+    com.google.protobuf.ByteString
+        getNameBytes(int index);
   }
   /**
    * Protobuf type {@code smsc.RequestDeleteAccount}
@@ -12687,6 +12757,8 @@ public final class Api {
     private RequestDeleteAccount() {
       id_ = java.util.Collections.emptyList();
       role_ = java.util.Collections.emptyList();
+      account_ = com.google.protobuf.LazyStringArrayList.EMPTY;
+      name_ = com.google.protobuf.LazyStringArrayList.EMPTY;
     }
 
     @java.lang.Override
@@ -12758,6 +12830,24 @@ public final class Api {
               input.popLimit(oldLimit);
               break;
             }
+            case 26: {
+              java.lang.String s = input.readStringRequireUtf8();
+              if (!((mutable_bitField0_ & 0x00000004) == 0x00000004)) {
+                account_ = new com.google.protobuf.LazyStringArrayList();
+                mutable_bitField0_ |= 0x00000004;
+              }
+              account_.add(s);
+              break;
+            }
+            case 34: {
+              java.lang.String s = input.readStringRequireUtf8();
+              if (!((mutable_bitField0_ & 0x00000008) == 0x00000008)) {
+                name_ = new com.google.protobuf.LazyStringArrayList();
+                mutable_bitField0_ |= 0x00000008;
+              }
+              name_.add(s);
+              break;
+            }
           }
         }
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -12772,6 +12862,12 @@ public final class Api {
         if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) {
           role_ = java.util.Collections.unmodifiableList(role_);
         }
+        if (((mutable_bitField0_ & 0x00000004) == 0x00000004)) {
+          account_ = account_.getUnmodifiableView();
+        }
+        if (((mutable_bitField0_ & 0x00000008) == 0x00000008)) {
+          name_ = name_.getUnmodifiableView();
+        }
         makeExtensionsImmutable();
       }
     }
@@ -12887,6 +12983,96 @@ public final class Api {
     }
     private int roleMemoizedSerializedSize;
 
+    public static final int ACCOUNT_FIELD_NUMBER = 3;
+    private com.google.protobuf.LazyStringList account_;
+    /**
+     * <pre>
+     *用户账号
+     * </pre>
+     *
+     * <code>repeated string account = 3;</code>
+     */
+    public com.google.protobuf.ProtocolStringList
+        getAccountList() {
+      return account_;
+    }
+    /**
+     * <pre>
+     *用户账号
+     * </pre>
+     *
+     * <code>repeated string account = 3;</code>
+     */
+    public int getAccountCount() {
+      return account_.size();
+    }
+    /**
+     * <pre>
+     *用户账号
+     * </pre>
+     *
+     * <code>repeated string account = 3;</code>
+     */
+    public java.lang.String getAccount(int index) {
+      return account_.get(index);
+    }
+    /**
+     * <pre>
+     *用户账号
+     * </pre>
+     *
+     * <code>repeated string account = 3;</code>
+     */
+    public com.google.protobuf.ByteString
+        getAccountBytes(int index) {
+      return account_.getByteString(index);
+    }
+
+    public static final int NAME_FIELD_NUMBER = 4;
+    private com.google.protobuf.LazyStringList name_;
+    /**
+     * <pre>
+     *用户名称
+     * </pre>
+     *
+     * <code>repeated string name = 4;</code>
+     */
+    public com.google.protobuf.ProtocolStringList
+        getNameList() {
+      return name_;
+    }
+    /**
+     * <pre>
+     *用户名称
+     * </pre>
+     *
+     * <code>repeated string name = 4;</code>
+     */
+    public int getNameCount() {
+      return name_.size();
+    }
+    /**
+     * <pre>
+     *用户名称
+     * </pre>
+     *
+     * <code>repeated string name = 4;</code>
+     */
+    public java.lang.String getName(int index) {
+      return name_.get(index);
+    }
+    /**
+     * <pre>
+     *用户名称
+     * </pre>
+     *
+     * <code>repeated string name = 4;</code>
+     */
+    public com.google.protobuf.ByteString
+        getNameBytes(int index) {
+      return name_.getByteString(index);
+    }
+
     private byte memoizedIsInitialized = -1;
     public final boolean isInitialized() {
       byte isInitialized = memoizedIsInitialized;
@@ -12914,6 +13100,12 @@ public final class Api {
       for (int i = 0; i < role_.size(); i++) {
         output.writeEnumNoTag(role_.get(i));
       }
+      for (int i = 0; i < account_.size(); i++) {
+        com.google.protobuf.GeneratedMessageV3.writeString(output, 3, account_.getRaw(i));
+      }
+      for (int i = 0; i < name_.size(); i++) {
+        com.google.protobuf.GeneratedMessageV3.writeString(output, 4, name_.getRaw(i));
+      }
     }
 
     public int getSerializedSize() {
@@ -12947,6 +13139,22 @@ public final class Api {
             .computeUInt32SizeNoTag(dataSize);
         }roleMemoizedSerializedSize = dataSize;
       }
+      {
+        int dataSize = 0;
+        for (int i = 0; i < account_.size(); i++) {
+          dataSize += computeStringSizeNoTag(account_.getRaw(i));
+        }
+        size += dataSize;
+        size += 1 * getAccountList().size();
+      }
+      {
+        int dataSize = 0;
+        for (int i = 0; i < name_.size(); i++) {
+          dataSize += computeStringSizeNoTag(name_.getRaw(i));
+        }
+        size += dataSize;
+        size += 1 * getNameList().size();
+      }
       memoizedSize = size;
       return size;
     }
@@ -12966,6 +13174,10 @@ public final class Api {
       result = result && getIdList()
           .equals(other.getIdList());
       result = result && role_.equals(other.role_);
+      result = result && getAccountList()
+          .equals(other.getAccountList());
+      result = result && getNameList()
+          .equals(other.getNameList());
       return result;
     }
 
@@ -12984,6 +13196,14 @@ public final class Api {
         hash = (37 * hash) + ROLE_FIELD_NUMBER;
         hash = (53 * hash) + role_.hashCode();
       }
+      if (getAccountCount() > 0) {
+        hash = (37 * hash) + ACCOUNT_FIELD_NUMBER;
+        hash = (53 * hash) + getAccountList().hashCode();
+      }
+      if (getNameCount() > 0) {
+        hash = (37 * hash) + NAME_FIELD_NUMBER;
+        hash = (53 * hash) + getNameList().hashCode();
+      }
       hash = (29 * hash) + unknownFields.hashCode();
       memoizedHashCode = hash;
       return hash;
@@ -13106,6 +13326,10 @@ public final class Api {
         bitField0_ = (bitField0_ & ~0x00000001);
         role_ = java.util.Collections.emptyList();
         bitField0_ = (bitField0_ & ~0x00000002);
+        account_ = com.google.protobuf.LazyStringArrayList.EMPTY;
+        bitField0_ = (bitField0_ & ~0x00000004);
+        name_ = com.google.protobuf.LazyStringArrayList.EMPTY;
+        bitField0_ = (bitField0_ & ~0x00000008);
         return this;
       }
 
@@ -13139,6 +13363,16 @@ public final class Api {
           bitField0_ = (bitField0_ & ~0x00000002);
         }
         result.role_ = role_;
+        if (((bitField0_ & 0x00000004) == 0x00000004)) {
+          account_ = account_.getUnmodifiableView();
+          bitField0_ = (bitField0_ & ~0x00000004);
+        }
+        result.account_ = account_;
+        if (((bitField0_ & 0x00000008) == 0x00000008)) {
+          name_ = name_.getUnmodifiableView();
+          bitField0_ = (bitField0_ & ~0x00000008);
+        }
+        result.name_ = name_;
         onBuilt();
         return result;
       }
@@ -13200,6 +13434,26 @@ public final class Api {
           }
           onChanged();
         }
+        if (!other.account_.isEmpty()) {
+          if (account_.isEmpty()) {
+            account_ = other.account_;
+            bitField0_ = (bitField0_ & ~0x00000004);
+          } else {
+            ensureAccountIsMutable();
+            account_.addAll(other.account_);
+          }
+          onChanged();
+        }
+        if (!other.name_.isEmpty()) {
+          if (name_.isEmpty()) {
+            name_ = other.name_;
+            bitField0_ = (bitField0_ & ~0x00000008);
+          } else {
+            ensureNameIsMutable();
+            name_.addAll(other.name_);
+          }
+          onChanged();
+        }
         onChanged();
         return this;
       }
@@ -13486,59 +13740,319 @@ public final class Api {
         onChanged();
         return this;
       }
-      public final Builder setUnknownFields(
-          final com.google.protobuf.UnknownFieldSet unknownFields) {
+
+      private com.google.protobuf.LazyStringList account_ = com.google.protobuf.LazyStringArrayList.EMPTY;
+      private void ensureAccountIsMutable() {
+        if (!((bitField0_ & 0x00000004) == 0x00000004)) {
+          account_ = new com.google.protobuf.LazyStringArrayList(account_);
+          bitField0_ |= 0x00000004;
+         }
+      }
+      /**
+       * <pre>
+       *用户账号
+       * </pre>
+       *
+       * <code>repeated string account = 3;</code>
+       */
+      public com.google.protobuf.ProtocolStringList
+          getAccountList() {
+        return account_.getUnmodifiableView();
+      }
+      /**
+       * <pre>
+       *用户账号
+       * </pre>
+       *
+       * <code>repeated string account = 3;</code>
+       */
+      public int getAccountCount() {
+        return account_.size();
+      }
+      /**
+       * <pre>
+       *用户账号
+       * </pre>
+       *
+       * <code>repeated string account = 3;</code>
+       */
+      public java.lang.String getAccount(int index) {
+        return account_.get(index);
+      }
+      /**
+       * <pre>
+       *用户账号
+       * </pre>
+       *
+       * <code>repeated string account = 3;</code>
+       */
+      public com.google.protobuf.ByteString
+          getAccountBytes(int index) {
+        return account_.getByteString(index);
+      }
+      /**
+       * <pre>
+       *用户账号
+       * </pre>
+       *
+       * <code>repeated string account = 3;</code>
+       */
+      public Builder setAccount(
+          int index, java.lang.String value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  ensureAccountIsMutable();
+        account_.set(index, value);
+        onChanged();
         return this;
       }
-
-      public final Builder mergeUnknownFields(
-          final com.google.protobuf.UnknownFieldSet unknownFields) {
+      /**
+       * <pre>
+       *用户账号
+       * </pre>
+       *
+       * <code>repeated string account = 3;</code>
+       */
+      public Builder addAccount(
+          java.lang.String value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  ensureAccountIsMutable();
+        account_.add(value);
+        onChanged();
         return this;
       }
-
-
-      // @@protoc_insertion_point(builder_scope:smsc.RequestDeleteAccount)
-    }
-
-    // @@protoc_insertion_point(class_scope:smsc.RequestDeleteAccount)
-    private static final smsc.Api.RequestDeleteAccount DEFAULT_INSTANCE;
-    static {
-      DEFAULT_INSTANCE = new smsc.Api.RequestDeleteAccount();
-    }
-
-    public static smsc.Api.RequestDeleteAccount getDefaultInstance() {
-      return DEFAULT_INSTANCE;
-    }
-
-    private static final com.google.protobuf.Parser<RequestDeleteAccount>
-        PARSER = new com.google.protobuf.AbstractParser<RequestDeleteAccount>() {
-      public RequestDeleteAccount parsePartialFrom(
-          com.google.protobuf.CodedInputStream input,
-          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-          throws com.google.protobuf.InvalidProtocolBufferException {
-          return new RequestDeleteAccount(input, extensionRegistry);
+      /**
+       * <pre>
+       *用户账号
+       * </pre>
+       *
+       * <code>repeated string account = 3;</code>
+       */
+      public Builder addAllAccount(
+          java.lang.Iterable<java.lang.String> values) {
+        ensureAccountIsMutable();
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, account_);
+        onChanged();
+        return this;
       }
-    };
-
-    public static com.google.protobuf.Parser<RequestDeleteAccount> parser() {
-      return PARSER;
-    }
-
-    @java.lang.Override
-    public com.google.protobuf.Parser<RequestDeleteAccount> getParserForType() {
-      return PARSER;
-    }
-
-    public smsc.Api.RequestDeleteAccount getDefaultInstanceForType() {
-      return DEFAULT_INSTANCE;
-    }
-
-  }
-
-  public interface RequestSetSupplierOrBuilder extends
-      // @@protoc_insertion_point(interface_extends:smsc.RequestSetSupplier)
-      com.google.protobuf.MessageOrBuilder {
-
+      /**
+       * <pre>
+       *用户账号
+       * </pre>
+       *
+       * <code>repeated string account = 3;</code>
+       */
+      public Builder clearAccount() {
+        account_ = com.google.protobuf.LazyStringArrayList.EMPTY;
+        bitField0_ = (bitField0_ & ~0x00000004);
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *用户账号
+       * </pre>
+       *
+       * <code>repeated string account = 3;</code>
+       */
+      public Builder addAccountBytes(
+          com.google.protobuf.ByteString value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  checkByteStringIsUtf8(value);
+        ensureAccountIsMutable();
+        account_.add(value);
+        onChanged();
+        return this;
+      }
+
+      private com.google.protobuf.LazyStringList name_ = com.google.protobuf.LazyStringArrayList.EMPTY;
+      private void ensureNameIsMutable() {
+        if (!((bitField0_ & 0x00000008) == 0x00000008)) {
+          name_ = new com.google.protobuf.LazyStringArrayList(name_);
+          bitField0_ |= 0x00000008;
+         }
+      }
+      /**
+       * <pre>
+       *用户名称
+       * </pre>
+       *
+       * <code>repeated string name = 4;</code>
+       */
+      public com.google.protobuf.ProtocolStringList
+          getNameList() {
+        return name_.getUnmodifiableView();
+      }
+      /**
+       * <pre>
+       *用户名称
+       * </pre>
+       *
+       * <code>repeated string name = 4;</code>
+       */
+      public int getNameCount() {
+        return name_.size();
+      }
+      /**
+       * <pre>
+       *用户名称
+       * </pre>
+       *
+       * <code>repeated string name = 4;</code>
+       */
+      public java.lang.String getName(int index) {
+        return name_.get(index);
+      }
+      /**
+       * <pre>
+       *用户名称
+       * </pre>
+       *
+       * <code>repeated string name = 4;</code>
+       */
+      public com.google.protobuf.ByteString
+          getNameBytes(int index) {
+        return name_.getByteString(index);
+      }
+      /**
+       * <pre>
+       *用户名称
+       * </pre>
+       *
+       * <code>repeated string name = 4;</code>
+       */
+      public Builder setName(
+          int index, java.lang.String value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  ensureNameIsMutable();
+        name_.set(index, value);
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *用户名称
+       * </pre>
+       *
+       * <code>repeated string name = 4;</code>
+       */
+      public Builder addName(
+          java.lang.String value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  ensureNameIsMutable();
+        name_.add(value);
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *用户名称
+       * </pre>
+       *
+       * <code>repeated string name = 4;</code>
+       */
+      public Builder addAllName(
+          java.lang.Iterable<java.lang.String> values) {
+        ensureNameIsMutable();
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, name_);
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *用户名称
+       * </pre>
+       *
+       * <code>repeated string name = 4;</code>
+       */
+      public Builder clearName() {
+        name_ = com.google.protobuf.LazyStringArrayList.EMPTY;
+        bitField0_ = (bitField0_ & ~0x00000008);
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *用户名称
+       * </pre>
+       *
+       * <code>repeated string name = 4;</code>
+       */
+      public Builder addNameBytes(
+          com.google.protobuf.ByteString value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  checkByteStringIsUtf8(value);
+        ensureNameIsMutable();
+        name_.add(value);
+        onChanged();
+        return this;
+      }
+      public final Builder setUnknownFields(
+          final com.google.protobuf.UnknownFieldSet unknownFields) {
+        return this;
+      }
+
+      public final Builder mergeUnknownFields(
+          final com.google.protobuf.UnknownFieldSet unknownFields) {
+        return this;
+      }
+
+
+      // @@protoc_insertion_point(builder_scope:smsc.RequestDeleteAccount)
+    }
+
+    // @@protoc_insertion_point(class_scope:smsc.RequestDeleteAccount)
+    private static final smsc.Api.RequestDeleteAccount DEFAULT_INSTANCE;
+    static {
+      DEFAULT_INSTANCE = new smsc.Api.RequestDeleteAccount();
+    }
+
+    public static smsc.Api.RequestDeleteAccount getDefaultInstance() {
+      return DEFAULT_INSTANCE;
+    }
+
+    private static final com.google.protobuf.Parser<RequestDeleteAccount>
+        PARSER = new com.google.protobuf.AbstractParser<RequestDeleteAccount>() {
+      public RequestDeleteAccount parsePartialFrom(
+          com.google.protobuf.CodedInputStream input,
+          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+          throws com.google.protobuf.InvalidProtocolBufferException {
+          return new RequestDeleteAccount(input, extensionRegistry);
+      }
+    };
+
+    public static com.google.protobuf.Parser<RequestDeleteAccount> parser() {
+      return PARSER;
+    }
+
+    @java.lang.Override
+    public com.google.protobuf.Parser<RequestDeleteAccount> getParserForType() {
+      return PARSER;
+    }
+
+    public smsc.Api.RequestDeleteAccount getDefaultInstanceForType() {
+      return DEFAULT_INSTANCE;
+    }
+
+  }
+
+  public interface RequestSetSupplierOrBuilder extends
+      // @@protoc_insertion_point(interface_extends:smsc.RequestSetSupplier)
+      com.google.protobuf.MessageOrBuilder {
+
     /**
      * <pre>
      *计划员id
@@ -13597,6 +14111,146 @@ public final class Api {
      * <code>repeated int64 supplierIdDel = 3;</code>
      */
     long getSupplierIdDel(int index);
+
+    /**
+     * <pre>
+     *增加的供应商账号
+     * </pre>
+     *
+     * <code>repeated string supplierAccountAdd = 4;</code>
+     */
+    java.util.List<java.lang.String>
+        getSupplierAccountAddList();
+    /**
+     * <pre>
+     *增加的供应商账号
+     * </pre>
+     *
+     * <code>repeated string supplierAccountAdd = 4;</code>
+     */
+    int getSupplierAccountAddCount();
+    /**
+     * <pre>
+     *增加的供应商账号
+     * </pre>
+     *
+     * <code>repeated string supplierAccountAdd = 4;</code>
+     */
+    java.lang.String getSupplierAccountAdd(int index);
+    /**
+     * <pre>
+     *增加的供应商账号
+     * </pre>
+     *
+     * <code>repeated string supplierAccountAdd = 4;</code>
+     */
+    com.google.protobuf.ByteString
+        getSupplierAccountAddBytes(int index);
+
+    /**
+     * <pre>
+     *删除的供应商账号
+     * </pre>
+     *
+     * <code>repeated string supplierAccountDel = 5;</code>
+     */
+    java.util.List<java.lang.String>
+        getSupplierAccountDelList();
+    /**
+     * <pre>
+     *删除的供应商账号
+     * </pre>
+     *
+     * <code>repeated string supplierAccountDel = 5;</code>
+     */
+    int getSupplierAccountDelCount();
+    /**
+     * <pre>
+     *删除的供应商账号
+     * </pre>
+     *
+     * <code>repeated string supplierAccountDel = 5;</code>
+     */
+    java.lang.String getSupplierAccountDel(int index);
+    /**
+     * <pre>
+     *删除的供应商账号
+     * </pre>
+     *
+     * <code>repeated string supplierAccountDel = 5;</code>
+     */
+    com.google.protobuf.ByteString
+        getSupplierAccountDelBytes(int index);
+
+    /**
+     * <pre>
+     *增加的供应商名称
+     * </pre>
+     *
+     * <code>repeated string supplierNameAdd = 6;</code>
+     */
+    java.util.List<java.lang.String>
+        getSupplierNameAddList();
+    /**
+     * <pre>
+     *增加的供应商名称
+     * </pre>
+     *
+     * <code>repeated string supplierNameAdd = 6;</code>
+     */
+    int getSupplierNameAddCount();
+    /**
+     * <pre>
+     *增加的供应商名称
+     * </pre>
+     *
+     * <code>repeated string supplierNameAdd = 6;</code>
+     */
+    java.lang.String getSupplierNameAdd(int index);
+    /**
+     * <pre>
+     *增加的供应商名称
+     * </pre>
+     *
+     * <code>repeated string supplierNameAdd = 6;</code>
+     */
+    com.google.protobuf.ByteString
+        getSupplierNameAddBytes(int index);
+
+    /**
+     * <pre>
+     *删除的供应商名称
+     * </pre>
+     *
+     * <code>repeated string supplierNameDel = 7;</code>
+     */
+    java.util.List<java.lang.String>
+        getSupplierNameDelList();
+    /**
+     * <pre>
+     *删除的供应商名称
+     * </pre>
+     *
+     * <code>repeated string supplierNameDel = 7;</code>
+     */
+    int getSupplierNameDelCount();
+    /**
+     * <pre>
+     *删除的供应商名称
+     * </pre>
+     *
+     * <code>repeated string supplierNameDel = 7;</code>
+     */
+    java.lang.String getSupplierNameDel(int index);
+    /**
+     * <pre>
+     *删除的供应商名称
+     * </pre>
+     *
+     * <code>repeated string supplierNameDel = 7;</code>
+     */
+    com.google.protobuf.ByteString
+        getSupplierNameDelBytes(int index);
   }
   /**
    * Protobuf type {@code smsc.RequestSetSupplier}
@@ -13613,6 +14267,10 @@ public final class Api {
       plannerId_ = 0L;
       supplierIdAdd_ = java.util.Collections.emptyList();
       supplierIdDel_ = java.util.Collections.emptyList();
+      supplierAccountAdd_ = com.google.protobuf.LazyStringArrayList.EMPTY;
+      supplierAccountDel_ = com.google.protobuf.LazyStringArrayList.EMPTY;
+      supplierNameAdd_ = com.google.protobuf.LazyStringArrayList.EMPTY;
+      supplierNameDel_ = com.google.protobuf.LazyStringArrayList.EMPTY;
     }
 
     @java.lang.Override
@@ -13687,12 +14345,48 @@ public final class Api {
               input.popLimit(limit);
               break;
             }
-          }
-        }
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(this);
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(
+            case 34: {
+              java.lang.String s = input.readStringRequireUtf8();
+              if (!((mutable_bitField0_ & 0x00000008) == 0x00000008)) {
+                supplierAccountAdd_ = new com.google.protobuf.LazyStringArrayList();
+                mutable_bitField0_ |= 0x00000008;
+              }
+              supplierAccountAdd_.add(s);
+              break;
+            }
+            case 42: {
+              java.lang.String s = input.readStringRequireUtf8();
+              if (!((mutable_bitField0_ & 0x00000010) == 0x00000010)) {
+                supplierAccountDel_ = new com.google.protobuf.LazyStringArrayList();
+                mutable_bitField0_ |= 0x00000010;
+              }
+              supplierAccountDel_.add(s);
+              break;
+            }
+            case 50: {
+              java.lang.String s = input.readStringRequireUtf8();
+              if (!((mutable_bitField0_ & 0x00000020) == 0x00000020)) {
+                supplierNameAdd_ = new com.google.protobuf.LazyStringArrayList();
+                mutable_bitField0_ |= 0x00000020;
+              }
+              supplierNameAdd_.add(s);
+              break;
+            }
+            case 58: {
+              java.lang.String s = input.readStringRequireUtf8();
+              if (!((mutable_bitField0_ & 0x00000040) == 0x00000040)) {
+                supplierNameDel_ = new com.google.protobuf.LazyStringArrayList();
+                mutable_bitField0_ |= 0x00000040;
+              }
+              supplierNameDel_.add(s);
+              break;
+            }
+          }
+        }
+      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+        throw e.setUnfinishedMessage(this);
+      } catch (java.io.IOException e) {
+        throw new com.google.protobuf.InvalidProtocolBufferException(
             e).setUnfinishedMessage(this);
       } finally {
         if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) {
@@ -13701,6 +14395,18 @@ public final class Api {
         if (((mutable_bitField0_ & 0x00000004) == 0x00000004)) {
           supplierIdDel_ = java.util.Collections.unmodifiableList(supplierIdDel_);
         }
+        if (((mutable_bitField0_ & 0x00000008) == 0x00000008)) {
+          supplierAccountAdd_ = supplierAccountAdd_.getUnmodifiableView();
+        }
+        if (((mutable_bitField0_ & 0x00000010) == 0x00000010)) {
+          supplierAccountDel_ = supplierAccountDel_.getUnmodifiableView();
+        }
+        if (((mutable_bitField0_ & 0x00000020) == 0x00000020)) {
+          supplierNameAdd_ = supplierNameAdd_.getUnmodifiableView();
+        }
+        if (((mutable_bitField0_ & 0x00000040) == 0x00000040)) {
+          supplierNameDel_ = supplierNameDel_.getUnmodifiableView();
+        }
         makeExtensionsImmutable();
       }
     }
@@ -13800,6 +14506,186 @@ public final class Api {
     }
     private int supplierIdDelMemoizedSerializedSize = -1;
 
+    public static final int SUPPLIERACCOUNTADD_FIELD_NUMBER = 4;
+    private com.google.protobuf.LazyStringList supplierAccountAdd_;
+    /**
+     * <pre>
+     *增加的供应商账号
+     * </pre>
+     *
+     * <code>repeated string supplierAccountAdd = 4;</code>
+     */
+    public com.google.protobuf.ProtocolStringList
+        getSupplierAccountAddList() {
+      return supplierAccountAdd_;
+    }
+    /**
+     * <pre>
+     *增加的供应商账号
+     * </pre>
+     *
+     * <code>repeated string supplierAccountAdd = 4;</code>
+     */
+    public int getSupplierAccountAddCount() {
+      return supplierAccountAdd_.size();
+    }
+    /**
+     * <pre>
+     *增加的供应商账号
+     * </pre>
+     *
+     * <code>repeated string supplierAccountAdd = 4;</code>
+     */
+    public java.lang.String getSupplierAccountAdd(int index) {
+      return supplierAccountAdd_.get(index);
+    }
+    /**
+     * <pre>
+     *增加的供应商账号
+     * </pre>
+     *
+     * <code>repeated string supplierAccountAdd = 4;</code>
+     */
+    public com.google.protobuf.ByteString
+        getSupplierAccountAddBytes(int index) {
+      return supplierAccountAdd_.getByteString(index);
+    }
+
+    public static final int SUPPLIERACCOUNTDEL_FIELD_NUMBER = 5;
+    private com.google.protobuf.LazyStringList supplierAccountDel_;
+    /**
+     * <pre>
+     *删除的供应商账号
+     * </pre>
+     *
+     * <code>repeated string supplierAccountDel = 5;</code>
+     */
+    public com.google.protobuf.ProtocolStringList
+        getSupplierAccountDelList() {
+      return supplierAccountDel_;
+    }
+    /**
+     * <pre>
+     *删除的供应商账号
+     * </pre>
+     *
+     * <code>repeated string supplierAccountDel = 5;</code>
+     */
+    public int getSupplierAccountDelCount() {
+      return supplierAccountDel_.size();
+    }
+    /**
+     * <pre>
+     *删除的供应商账号
+     * </pre>
+     *
+     * <code>repeated string supplierAccountDel = 5;</code>
+     */
+    public java.lang.String getSupplierAccountDel(int index) {
+      return supplierAccountDel_.get(index);
+    }
+    /**
+     * <pre>
+     *删除的供应商账号
+     * </pre>
+     *
+     * <code>repeated string supplierAccountDel = 5;</code>
+     */
+    public com.google.protobuf.ByteString
+        getSupplierAccountDelBytes(int index) {
+      return supplierAccountDel_.getByteString(index);
+    }
+
+    public static final int SUPPLIERNAMEADD_FIELD_NUMBER = 6;
+    private com.google.protobuf.LazyStringList supplierNameAdd_;
+    /**
+     * <pre>
+     *增加的供应商名称
+     * </pre>
+     *
+     * <code>repeated string supplierNameAdd = 6;</code>
+     */
+    public com.google.protobuf.ProtocolStringList
+        getSupplierNameAddList() {
+      return supplierNameAdd_;
+    }
+    /**
+     * <pre>
+     *增加的供应商名称
+     * </pre>
+     *
+     * <code>repeated string supplierNameAdd = 6;</code>
+     */
+    public int getSupplierNameAddCount() {
+      return supplierNameAdd_.size();
+    }
+    /**
+     * <pre>
+     *增加的供应商名称
+     * </pre>
+     *
+     * <code>repeated string supplierNameAdd = 6;</code>
+     */
+    public java.lang.String getSupplierNameAdd(int index) {
+      return supplierNameAdd_.get(index);
+    }
+    /**
+     * <pre>
+     *增加的供应商名称
+     * </pre>
+     *
+     * <code>repeated string supplierNameAdd = 6;</code>
+     */
+    public com.google.protobuf.ByteString
+        getSupplierNameAddBytes(int index) {
+      return supplierNameAdd_.getByteString(index);
+    }
+
+    public static final int SUPPLIERNAMEDEL_FIELD_NUMBER = 7;
+    private com.google.protobuf.LazyStringList supplierNameDel_;
+    /**
+     * <pre>
+     *删除的供应商名称
+     * </pre>
+     *
+     * <code>repeated string supplierNameDel = 7;</code>
+     */
+    public com.google.protobuf.ProtocolStringList
+        getSupplierNameDelList() {
+      return supplierNameDel_;
+    }
+    /**
+     * <pre>
+     *删除的供应商名称
+     * </pre>
+     *
+     * <code>repeated string supplierNameDel = 7;</code>
+     */
+    public int getSupplierNameDelCount() {
+      return supplierNameDel_.size();
+    }
+    /**
+     * <pre>
+     *删除的供应商名称
+     * </pre>
+     *
+     * <code>repeated string supplierNameDel = 7;</code>
+     */
+    public java.lang.String getSupplierNameDel(int index) {
+      return supplierNameDel_.get(index);
+    }
+    /**
+     * <pre>
+     *删除的供应商名称
+     * </pre>
+     *
+     * <code>repeated string supplierNameDel = 7;</code>
+     */
+    public com.google.protobuf.ByteString
+        getSupplierNameDelBytes(int index) {
+      return supplierNameDel_.getByteString(index);
+    }
+
     private byte memoizedIsInitialized = -1;
     public final boolean isInitialized() {
       byte isInitialized = memoizedIsInitialized;
@@ -13830,6 +14716,18 @@ public final class Api {
       for (int i = 0; i < supplierIdDel_.size(); i++) {
         output.writeInt64NoTag(supplierIdDel_.get(i));
       }
+      for (int i = 0; i < supplierAccountAdd_.size(); i++) {
+        com.google.protobuf.GeneratedMessageV3.writeString(output, 4, supplierAccountAdd_.getRaw(i));
+      }
+      for (int i = 0; i < supplierAccountDel_.size(); i++) {
+        com.google.protobuf.GeneratedMessageV3.writeString(output, 5, supplierAccountDel_.getRaw(i));
+      }
+      for (int i = 0; i < supplierNameAdd_.size(); i++) {
+        com.google.protobuf.GeneratedMessageV3.writeString(output, 6, supplierNameAdd_.getRaw(i));
+      }
+      for (int i = 0; i < supplierNameDel_.size(); i++) {
+        com.google.protobuf.GeneratedMessageV3.writeString(output, 7, supplierNameDel_.getRaw(i));
+      }
     }
 
     public int getSerializedSize() {
@@ -13869,6 +14767,38 @@ public final class Api {
         }
         supplierIdDelMemoizedSerializedSize = dataSize;
       }
+      {
+        int dataSize = 0;
+        for (int i = 0; i < supplierAccountAdd_.size(); i++) {
+          dataSize += computeStringSizeNoTag(supplierAccountAdd_.getRaw(i));
+        }
+        size += dataSize;
+        size += 1 * getSupplierAccountAddList().size();
+      }
+      {
+        int dataSize = 0;
+        for (int i = 0; i < supplierAccountDel_.size(); i++) {
+          dataSize += computeStringSizeNoTag(supplierAccountDel_.getRaw(i));
+        }
+        size += dataSize;
+        size += 1 * getSupplierAccountDelList().size();
+      }
+      {
+        int dataSize = 0;
+        for (int i = 0; i < supplierNameAdd_.size(); i++) {
+          dataSize += computeStringSizeNoTag(supplierNameAdd_.getRaw(i));
+        }
+        size += dataSize;
+        size += 1 * getSupplierNameAddList().size();
+      }
+      {
+        int dataSize = 0;
+        for (int i = 0; i < supplierNameDel_.size(); i++) {
+          dataSize += computeStringSizeNoTag(supplierNameDel_.getRaw(i));
+        }
+        size += dataSize;
+        size += 1 * getSupplierNameDelList().size();
+      }
       memoizedSize = size;
       return size;
     }
@@ -13891,6 +14821,14 @@ public final class Api {
           .equals(other.getSupplierIdAddList());
       result = result && getSupplierIdDelList()
           .equals(other.getSupplierIdDelList());
+      result = result && getSupplierAccountAddList()
+          .equals(other.getSupplierAccountAddList());
+      result = result && getSupplierAccountDelList()
+          .equals(other.getSupplierAccountDelList());
+      result = result && getSupplierNameAddList()
+          .equals(other.getSupplierNameAddList());
+      result = result && getSupplierNameDelList()
+          .equals(other.getSupplierNameDelList());
       return result;
     }
 
@@ -13912,6 +14850,22 @@ public final class Api {
         hash = (37 * hash) + SUPPLIERIDDEL_FIELD_NUMBER;
         hash = (53 * hash) + getSupplierIdDelList().hashCode();
       }
+      if (getSupplierAccountAddCount() > 0) {
+        hash = (37 * hash) + SUPPLIERACCOUNTADD_FIELD_NUMBER;
+        hash = (53 * hash) + getSupplierAccountAddList().hashCode();
+      }
+      if (getSupplierAccountDelCount() > 0) {
+        hash = (37 * hash) + SUPPLIERACCOUNTDEL_FIELD_NUMBER;
+        hash = (53 * hash) + getSupplierAccountDelList().hashCode();
+      }
+      if (getSupplierNameAddCount() > 0) {
+        hash = (37 * hash) + SUPPLIERNAMEADD_FIELD_NUMBER;
+        hash = (53 * hash) + getSupplierNameAddList().hashCode();
+      }
+      if (getSupplierNameDelCount() > 0) {
+        hash = (37 * hash) + SUPPLIERNAMEDEL_FIELD_NUMBER;
+        hash = (53 * hash) + getSupplierNameDelList().hashCode();
+      }
       hash = (29 * hash) + unknownFields.hashCode();
       memoizedHashCode = hash;
       return hash;
@@ -14036,6 +14990,14 @@ public final class Api {
         bitField0_ = (bitField0_ & ~0x00000002);
         supplierIdDel_ = java.util.Collections.emptyList();
         bitField0_ = (bitField0_ & ~0x00000004);
+        supplierAccountAdd_ = com.google.protobuf.LazyStringArrayList.EMPTY;
+        bitField0_ = (bitField0_ & ~0x00000008);
+        supplierAccountDel_ = com.google.protobuf.LazyStringArrayList.EMPTY;
+        bitField0_ = (bitField0_ & ~0x00000010);
+        supplierNameAdd_ = com.google.protobuf.LazyStringArrayList.EMPTY;
+        bitField0_ = (bitField0_ & ~0x00000020);
+        supplierNameDel_ = com.google.protobuf.LazyStringArrayList.EMPTY;
+        bitField0_ = (bitField0_ & ~0x00000040);
         return this;
       }
 
@@ -14071,6 +15033,26 @@ public final class Api {
           bitField0_ = (bitField0_ & ~0x00000004);
         }
         result.supplierIdDel_ = supplierIdDel_;
+        if (((bitField0_ & 0x00000008) == 0x00000008)) {
+          supplierAccountAdd_ = supplierAccountAdd_.getUnmodifiableView();
+          bitField0_ = (bitField0_ & ~0x00000008);
+        }
+        result.supplierAccountAdd_ = supplierAccountAdd_;
+        if (((bitField0_ & 0x00000010) == 0x00000010)) {
+          supplierAccountDel_ = supplierAccountDel_.getUnmodifiableView();
+          bitField0_ = (bitField0_ & ~0x00000010);
+        }
+        result.supplierAccountDel_ = supplierAccountDel_;
+        if (((bitField0_ & 0x00000020) == 0x00000020)) {
+          supplierNameAdd_ = supplierNameAdd_.getUnmodifiableView();
+          bitField0_ = (bitField0_ & ~0x00000020);
+        }
+        result.supplierNameAdd_ = supplierNameAdd_;
+        if (((bitField0_ & 0x00000040) == 0x00000040)) {
+          supplierNameDel_ = supplierNameDel_.getUnmodifiableView();
+          bitField0_ = (bitField0_ & ~0x00000040);
+        }
+        result.supplierNameDel_ = supplierNameDel_;
         result.bitField0_ = to_bitField0_;
         onBuilt();
         return result;
@@ -14136,6 +15118,46 @@ public final class Api {
           }
           onChanged();
         }
+        if (!other.supplierAccountAdd_.isEmpty()) {
+          if (supplierAccountAdd_.isEmpty()) {
+            supplierAccountAdd_ = other.supplierAccountAdd_;
+            bitField0_ = (bitField0_ & ~0x00000008);
+          } else {
+            ensureSupplierAccountAddIsMutable();
+            supplierAccountAdd_.addAll(other.supplierAccountAdd_);
+          }
+          onChanged();
+        }
+        if (!other.supplierAccountDel_.isEmpty()) {
+          if (supplierAccountDel_.isEmpty()) {
+            supplierAccountDel_ = other.supplierAccountDel_;
+            bitField0_ = (bitField0_ & ~0x00000010);
+          } else {
+            ensureSupplierAccountDelIsMutable();
+            supplierAccountDel_.addAll(other.supplierAccountDel_);
+          }
+          onChanged();
+        }
+        if (!other.supplierNameAdd_.isEmpty()) {
+          if (supplierNameAdd_.isEmpty()) {
+            supplierNameAdd_ = other.supplierNameAdd_;
+            bitField0_ = (bitField0_ & ~0x00000020);
+          } else {
+            ensureSupplierNameAddIsMutable();
+            supplierNameAdd_.addAll(other.supplierNameAdd_);
+          }
+          onChanged();
+        }
+        if (!other.supplierNameDel_.isEmpty()) {
+          if (supplierNameDel_.isEmpty()) {
+            supplierNameDel_ = other.supplierNameDel_;
+            bitField0_ = (bitField0_ & ~0x00000040);
+          } else {
+            ensureSupplierNameDelIsMutable();
+            supplierNameDel_.addAll(other.supplierNameDel_);
+          }
+          onChanged();
+        }
         onChanged();
         return this;
       }
@@ -14388,28 +15410,548 @@ public final class Api {
         onChanged();
         return this;
       }
-      public final Builder setUnknownFields(
-          final com.google.protobuf.UnknownFieldSet unknownFields) {
+
+      private com.google.protobuf.LazyStringList supplierAccountAdd_ = com.google.protobuf.LazyStringArrayList.EMPTY;
+      private void ensureSupplierAccountAddIsMutable() {
+        if (!((bitField0_ & 0x00000008) == 0x00000008)) {
+          supplierAccountAdd_ = new com.google.protobuf.LazyStringArrayList(supplierAccountAdd_);
+          bitField0_ |= 0x00000008;
+         }
+      }
+      /**
+       * <pre>
+       *增加的供应商账号
+       * </pre>
+       *
+       * <code>repeated string supplierAccountAdd = 4;</code>
+       */
+      public com.google.protobuf.ProtocolStringList
+          getSupplierAccountAddList() {
+        return supplierAccountAdd_.getUnmodifiableView();
+      }
+      /**
+       * <pre>
+       *增加的供应商账号
+       * </pre>
+       *
+       * <code>repeated string supplierAccountAdd = 4;</code>
+       */
+      public int getSupplierAccountAddCount() {
+        return supplierAccountAdd_.size();
+      }
+      /**
+       * <pre>
+       *增加的供应商账号
+       * </pre>
+       *
+       * <code>repeated string supplierAccountAdd = 4;</code>
+       */
+      public java.lang.String getSupplierAccountAdd(int index) {
+        return supplierAccountAdd_.get(index);
+      }
+      /**
+       * <pre>
+       *增加的供应商账号
+       * </pre>
+       *
+       * <code>repeated string supplierAccountAdd = 4;</code>
+       */
+      public com.google.protobuf.ByteString
+          getSupplierAccountAddBytes(int index) {
+        return supplierAccountAdd_.getByteString(index);
+      }
+      /**
+       * <pre>
+       *增加的供应商账号
+       * </pre>
+       *
+       * <code>repeated string supplierAccountAdd = 4;</code>
+       */
+      public Builder setSupplierAccountAdd(
+          int index, java.lang.String value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  ensureSupplierAccountAddIsMutable();
+        supplierAccountAdd_.set(index, value);
+        onChanged();
         return this;
       }
-
-      public final Builder mergeUnknownFields(
-          final com.google.protobuf.UnknownFieldSet unknownFields) {
+      /**
+       * <pre>
+       *增加的供应商账号
+       * </pre>
+       *
+       * <code>repeated string supplierAccountAdd = 4;</code>
+       */
+      public Builder addSupplierAccountAdd(
+          java.lang.String value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  ensureSupplierAccountAddIsMutable();
+        supplierAccountAdd_.add(value);
+        onChanged();
         return this;
       }
-
-
-      // @@protoc_insertion_point(builder_scope:smsc.RequestSetSupplier)
-    }
-
-    // @@protoc_insertion_point(class_scope:smsc.RequestSetSupplier)
-    private static final smsc.Api.RequestSetSupplier DEFAULT_INSTANCE;
-    static {
-      DEFAULT_INSTANCE = new smsc.Api.RequestSetSupplier();
-    }
-
-    public static smsc.Api.RequestSetSupplier getDefaultInstance() {
-      return DEFAULT_INSTANCE;
+      /**
+       * <pre>
+       *增加的供应商账号
+       * </pre>
+       *
+       * <code>repeated string supplierAccountAdd = 4;</code>
+       */
+      public Builder addAllSupplierAccountAdd(
+          java.lang.Iterable<java.lang.String> values) {
+        ensureSupplierAccountAddIsMutable();
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, supplierAccountAdd_);
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *增加的供应商账号
+       * </pre>
+       *
+       * <code>repeated string supplierAccountAdd = 4;</code>
+       */
+      public Builder clearSupplierAccountAdd() {
+        supplierAccountAdd_ = com.google.protobuf.LazyStringArrayList.EMPTY;
+        bitField0_ = (bitField0_ & ~0x00000008);
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *增加的供应商账号
+       * </pre>
+       *
+       * <code>repeated string supplierAccountAdd = 4;</code>
+       */
+      public Builder addSupplierAccountAddBytes(
+          com.google.protobuf.ByteString value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  checkByteStringIsUtf8(value);
+        ensureSupplierAccountAddIsMutable();
+        supplierAccountAdd_.add(value);
+        onChanged();
+        return this;
+      }
+
+      private com.google.protobuf.LazyStringList supplierAccountDel_ = com.google.protobuf.LazyStringArrayList.EMPTY;
+      private void ensureSupplierAccountDelIsMutable() {
+        if (!((bitField0_ & 0x00000010) == 0x00000010)) {
+          supplierAccountDel_ = new com.google.protobuf.LazyStringArrayList(supplierAccountDel_);
+          bitField0_ |= 0x00000010;
+         }
+      }
+      /**
+       * <pre>
+       *删除的供应商账号
+       * </pre>
+       *
+       * <code>repeated string supplierAccountDel = 5;</code>
+       */
+      public com.google.protobuf.ProtocolStringList
+          getSupplierAccountDelList() {
+        return supplierAccountDel_.getUnmodifiableView();
+      }
+      /**
+       * <pre>
+       *删除的供应商账号
+       * </pre>
+       *
+       * <code>repeated string supplierAccountDel = 5;</code>
+       */
+      public int getSupplierAccountDelCount() {
+        return supplierAccountDel_.size();
+      }
+      /**
+       * <pre>
+       *删除的供应商账号
+       * </pre>
+       *
+       * <code>repeated string supplierAccountDel = 5;</code>
+       */
+      public java.lang.String getSupplierAccountDel(int index) {
+        return supplierAccountDel_.get(index);
+      }
+      /**
+       * <pre>
+       *删除的供应商账号
+       * </pre>
+       *
+       * <code>repeated string supplierAccountDel = 5;</code>
+       */
+      public com.google.protobuf.ByteString
+          getSupplierAccountDelBytes(int index) {
+        return supplierAccountDel_.getByteString(index);
+      }
+      /**
+       * <pre>
+       *删除的供应商账号
+       * </pre>
+       *
+       * <code>repeated string supplierAccountDel = 5;</code>
+       */
+      public Builder setSupplierAccountDel(
+          int index, java.lang.String value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  ensureSupplierAccountDelIsMutable();
+        supplierAccountDel_.set(index, value);
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *删除的供应商账号
+       * </pre>
+       *
+       * <code>repeated string supplierAccountDel = 5;</code>
+       */
+      public Builder addSupplierAccountDel(
+          java.lang.String value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  ensureSupplierAccountDelIsMutable();
+        supplierAccountDel_.add(value);
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *删除的供应商账号
+       * </pre>
+       *
+       * <code>repeated string supplierAccountDel = 5;</code>
+       */
+      public Builder addAllSupplierAccountDel(
+          java.lang.Iterable<java.lang.String> values) {
+        ensureSupplierAccountDelIsMutable();
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, supplierAccountDel_);
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *删除的供应商账号
+       * </pre>
+       *
+       * <code>repeated string supplierAccountDel = 5;</code>
+       */
+      public Builder clearSupplierAccountDel() {
+        supplierAccountDel_ = com.google.protobuf.LazyStringArrayList.EMPTY;
+        bitField0_ = (bitField0_ & ~0x00000010);
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *删除的供应商账号
+       * </pre>
+       *
+       * <code>repeated string supplierAccountDel = 5;</code>
+       */
+      public Builder addSupplierAccountDelBytes(
+          com.google.protobuf.ByteString value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  checkByteStringIsUtf8(value);
+        ensureSupplierAccountDelIsMutable();
+        supplierAccountDel_.add(value);
+        onChanged();
+        return this;
+      }
+
+      private com.google.protobuf.LazyStringList supplierNameAdd_ = com.google.protobuf.LazyStringArrayList.EMPTY;
+      private void ensureSupplierNameAddIsMutable() {
+        if (!((bitField0_ & 0x00000020) == 0x00000020)) {
+          supplierNameAdd_ = new com.google.protobuf.LazyStringArrayList(supplierNameAdd_);
+          bitField0_ |= 0x00000020;
+         }
+      }
+      /**
+       * <pre>
+       *增加的供应商名称
+       * </pre>
+       *
+       * <code>repeated string supplierNameAdd = 6;</code>
+       */
+      public com.google.protobuf.ProtocolStringList
+          getSupplierNameAddList() {
+        return supplierNameAdd_.getUnmodifiableView();
+      }
+      /**
+       * <pre>
+       *增加的供应商名称
+       * </pre>
+       *
+       * <code>repeated string supplierNameAdd = 6;</code>
+       */
+      public int getSupplierNameAddCount() {
+        return supplierNameAdd_.size();
+      }
+      /**
+       * <pre>
+       *增加的供应商名称
+       * </pre>
+       *
+       * <code>repeated string supplierNameAdd = 6;</code>
+       */
+      public java.lang.String getSupplierNameAdd(int index) {
+        return supplierNameAdd_.get(index);
+      }
+      /**
+       * <pre>
+       *增加的供应商名称
+       * </pre>
+       *
+       * <code>repeated string supplierNameAdd = 6;</code>
+       */
+      public com.google.protobuf.ByteString
+          getSupplierNameAddBytes(int index) {
+        return supplierNameAdd_.getByteString(index);
+      }
+      /**
+       * <pre>
+       *增加的供应商名称
+       * </pre>
+       *
+       * <code>repeated string supplierNameAdd = 6;</code>
+       */
+      public Builder setSupplierNameAdd(
+          int index, java.lang.String value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  ensureSupplierNameAddIsMutable();
+        supplierNameAdd_.set(index, value);
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *增加的供应商名称
+       * </pre>
+       *
+       * <code>repeated string supplierNameAdd = 6;</code>
+       */
+      public Builder addSupplierNameAdd(
+          java.lang.String value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  ensureSupplierNameAddIsMutable();
+        supplierNameAdd_.add(value);
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *增加的供应商名称
+       * </pre>
+       *
+       * <code>repeated string supplierNameAdd = 6;</code>
+       */
+      public Builder addAllSupplierNameAdd(
+          java.lang.Iterable<java.lang.String> values) {
+        ensureSupplierNameAddIsMutable();
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, supplierNameAdd_);
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *增加的供应商名称
+       * </pre>
+       *
+       * <code>repeated string supplierNameAdd = 6;</code>
+       */
+      public Builder clearSupplierNameAdd() {
+        supplierNameAdd_ = com.google.protobuf.LazyStringArrayList.EMPTY;
+        bitField0_ = (bitField0_ & ~0x00000020);
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *增加的供应商名称
+       * </pre>
+       *
+       * <code>repeated string supplierNameAdd = 6;</code>
+       */
+      public Builder addSupplierNameAddBytes(
+          com.google.protobuf.ByteString value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  checkByteStringIsUtf8(value);
+        ensureSupplierNameAddIsMutable();
+        supplierNameAdd_.add(value);
+        onChanged();
+        return this;
+      }
+
+      private com.google.protobuf.LazyStringList supplierNameDel_ = com.google.protobuf.LazyStringArrayList.EMPTY;
+      private void ensureSupplierNameDelIsMutable() {
+        if (!((bitField0_ & 0x00000040) == 0x00000040)) {
+          supplierNameDel_ = new com.google.protobuf.LazyStringArrayList(supplierNameDel_);
+          bitField0_ |= 0x00000040;
+         }
+      }
+      /**
+       * <pre>
+       *删除的供应商名称
+       * </pre>
+       *
+       * <code>repeated string supplierNameDel = 7;</code>
+       */
+      public com.google.protobuf.ProtocolStringList
+          getSupplierNameDelList() {
+        return supplierNameDel_.getUnmodifiableView();
+      }
+      /**
+       * <pre>
+       *删除的供应商名称
+       * </pre>
+       *
+       * <code>repeated string supplierNameDel = 7;</code>
+       */
+      public int getSupplierNameDelCount() {
+        return supplierNameDel_.size();
+      }
+      /**
+       * <pre>
+       *删除的供应商名称
+       * </pre>
+       *
+       * <code>repeated string supplierNameDel = 7;</code>
+       */
+      public java.lang.String getSupplierNameDel(int index) {
+        return supplierNameDel_.get(index);
+      }
+      /**
+       * <pre>
+       *删除的供应商名称
+       * </pre>
+       *
+       * <code>repeated string supplierNameDel = 7;</code>
+       */
+      public com.google.protobuf.ByteString
+          getSupplierNameDelBytes(int index) {
+        return supplierNameDel_.getByteString(index);
+      }
+      /**
+       * <pre>
+       *删除的供应商名称
+       * </pre>
+       *
+       * <code>repeated string supplierNameDel = 7;</code>
+       */
+      public Builder setSupplierNameDel(
+          int index, java.lang.String value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  ensureSupplierNameDelIsMutable();
+        supplierNameDel_.set(index, value);
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *删除的供应商名称
+       * </pre>
+       *
+       * <code>repeated string supplierNameDel = 7;</code>
+       */
+      public Builder addSupplierNameDel(
+          java.lang.String value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  ensureSupplierNameDelIsMutable();
+        supplierNameDel_.add(value);
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *删除的供应商名称
+       * </pre>
+       *
+       * <code>repeated string supplierNameDel = 7;</code>
+       */
+      public Builder addAllSupplierNameDel(
+          java.lang.Iterable<java.lang.String> values) {
+        ensureSupplierNameDelIsMutable();
+        com.google.protobuf.AbstractMessageLite.Builder.addAll(
+            values, supplierNameDel_);
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *删除的供应商名称
+       * </pre>
+       *
+       * <code>repeated string supplierNameDel = 7;</code>
+       */
+      public Builder clearSupplierNameDel() {
+        supplierNameDel_ = com.google.protobuf.LazyStringArrayList.EMPTY;
+        bitField0_ = (bitField0_ & ~0x00000040);
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *删除的供应商名称
+       * </pre>
+       *
+       * <code>repeated string supplierNameDel = 7;</code>
+       */
+      public Builder addSupplierNameDelBytes(
+          com.google.protobuf.ByteString value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  checkByteStringIsUtf8(value);
+        ensureSupplierNameDelIsMutable();
+        supplierNameDel_.add(value);
+        onChanged();
+        return this;
+      }
+      public final Builder setUnknownFields(
+          final com.google.protobuf.UnknownFieldSet unknownFields) {
+        return this;
+      }
+
+      public final Builder mergeUnknownFields(
+          final com.google.protobuf.UnknownFieldSet unknownFields) {
+        return this;
+      }
+
+
+      // @@protoc_insertion_point(builder_scope:smsc.RequestSetSupplier)
+    }
+
+    // @@protoc_insertion_point(class_scope:smsc.RequestSetSupplier)
+    private static final smsc.Api.RequestSetSupplier DEFAULT_INSTANCE;
+    static {
+      DEFAULT_INSTANCE = new smsc.Api.RequestSetSupplier();
+    }
+
+    public static smsc.Api.RequestSetSupplier getDefaultInstance() {
+      return DEFAULT_INSTANCE;
     }
 
     private static final com.google.protobuf.Parser<RequestSetSupplier>
@@ -14530,6 +16072,78 @@ public final class Api {
      */
     com.google.protobuf.ByteString
         getRequiredDateBytes();
+
+    /**
+     * <pre>
+     *计划员账号
+     * </pre>
+     *
+     * <code>optional string plannerAccount = 7;</code>
+     */
+    java.lang.String getPlannerAccount();
+    /**
+     * <pre>
+     *计划员账号
+     * </pre>
+     *
+     * <code>optional string plannerAccount = 7;</code>
+     */
+    com.google.protobuf.ByteString
+        getPlannerAccountBytes();
+
+    /**
+     * <pre>
+     *计划员名称
+     * </pre>
+     *
+     * <code>optional string plannerName = 8;</code>
+     */
+    java.lang.String getPlannerName();
+    /**
+     * <pre>
+     *计划员名称
+     * </pre>
+     *
+     * <code>optional string plannerName = 8;</code>
+     */
+    com.google.protobuf.ByteString
+        getPlannerNameBytes();
+
+    /**
+     * <pre>
+     *供货商账号
+     * </pre>
+     *
+     * <code>optional string supplierAccount = 9;</code>
+     */
+    java.lang.String getSupplierAccount();
+    /**
+     * <pre>
+     *供货商账号
+     * </pre>
+     *
+     * <code>optional string supplierAccount = 9;</code>
+     */
+    com.google.protobuf.ByteString
+        getSupplierAccountBytes();
+
+    /**
+     * <pre>
+     *供货商名称
+     * </pre>
+     *
+     * <code>optional string supplierName = 10;</code>
+     */
+    java.lang.String getSupplierName();
+    /**
+     * <pre>
+     *供货商名称
+     * </pre>
+     *
+     * <code>optional string supplierName = 10;</code>
+     */
+    com.google.protobuf.ByteString
+        getSupplierNameBytes();
   }
   /**
    * Protobuf type {@code smsc.RequestCreateOrder}
@@ -14549,6 +16163,10 @@ public final class Api {
       boxId_ = "";
       partNum_ = 0L;
       requiredDate_ = "";
+      plannerAccount_ = "";
+      plannerName_ = "";
+      supplierAccount_ = "";
+      supplierName_ = "";
     }
 
     @java.lang.Override
@@ -14610,6 +16228,30 @@ public final class Api {
               requiredDate_ = s;
               break;
             }
+            case 58: {
+              java.lang.String s = input.readStringRequireUtf8();
+
+              plannerAccount_ = s;
+              break;
+            }
+            case 66: {
+              java.lang.String s = input.readStringRequireUtf8();
+
+              plannerName_ = s;
+              break;
+            }
+            case 74: {
+              java.lang.String s = input.readStringRequireUtf8();
+
+              supplierAccount_ = s;
+              break;
+            }
+            case 82: {
+              java.lang.String s = input.readStringRequireUtf8();
+
+              supplierName_ = s;
+              break;
+            }
           }
         }
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -14785,42 +16427,210 @@ public final class Api {
       return partNum_;
     }
 
-    public static final int REQUIREDDATE_FIELD_NUMBER = 6;
-    private volatile java.lang.Object requiredDate_;
+    public static final int REQUIREDDATE_FIELD_NUMBER = 6;
+    private volatile java.lang.Object requiredDate_;
+    /**
+     * <pre>
+     *订单需求日期
+     * </pre>
+     *
+     * <code>optional string requiredDate = 6;</code>
+     */
+    public java.lang.String getRequiredDate() {
+      java.lang.Object ref = requiredDate_;
+      if (ref instanceof java.lang.String) {
+        return (java.lang.String) ref;
+      } else {
+        com.google.protobuf.ByteString bs = 
+            (com.google.protobuf.ByteString) ref;
+        java.lang.String s = bs.toStringUtf8();
+        requiredDate_ = s;
+        return s;
+      }
+    }
+    /**
+     * <pre>
+     *订单需求日期
+     * </pre>
+     *
+     * <code>optional string requiredDate = 6;</code>
+     */
+    public com.google.protobuf.ByteString
+        getRequiredDateBytes() {
+      java.lang.Object ref = requiredDate_;
+      if (ref instanceof java.lang.String) {
+        com.google.protobuf.ByteString b = 
+            com.google.protobuf.ByteString.copyFromUtf8(
+                (java.lang.String) ref);
+        requiredDate_ = b;
+        return b;
+      } else {
+        return (com.google.protobuf.ByteString) ref;
+      }
+    }
+
+    public static final int PLANNERACCOUNT_FIELD_NUMBER = 7;
+    private volatile java.lang.Object plannerAccount_;
+    /**
+     * <pre>
+     *计划员账号
+     * </pre>
+     *
+     * <code>optional string plannerAccount = 7;</code>
+     */
+    public java.lang.String getPlannerAccount() {
+      java.lang.Object ref = plannerAccount_;
+      if (ref instanceof java.lang.String) {
+        return (java.lang.String) ref;
+      } else {
+        com.google.protobuf.ByteString bs = 
+            (com.google.protobuf.ByteString) ref;
+        java.lang.String s = bs.toStringUtf8();
+        plannerAccount_ = s;
+        return s;
+      }
+    }
+    /**
+     * <pre>
+     *计划员账号
+     * </pre>
+     *
+     * <code>optional string plannerAccount = 7;</code>
+     */
+    public com.google.protobuf.ByteString
+        getPlannerAccountBytes() {
+      java.lang.Object ref = plannerAccount_;
+      if (ref instanceof java.lang.String) {
+        com.google.protobuf.ByteString b = 
+            com.google.protobuf.ByteString.copyFromUtf8(
+                (java.lang.String) ref);
+        plannerAccount_ = b;
+        return b;
+      } else {
+        return (com.google.protobuf.ByteString) ref;
+      }
+    }
+
+    public static final int PLANNERNAME_FIELD_NUMBER = 8;
+    private volatile java.lang.Object plannerName_;
+    /**
+     * <pre>
+     *计划员名称
+     * </pre>
+     *
+     * <code>optional string plannerName = 8;</code>
+     */
+    public java.lang.String getPlannerName() {
+      java.lang.Object ref = plannerName_;
+      if (ref instanceof java.lang.String) {
+        return (java.lang.String) ref;
+      } else {
+        com.google.protobuf.ByteString bs = 
+            (com.google.protobuf.ByteString) ref;
+        java.lang.String s = bs.toStringUtf8();
+        plannerName_ = s;
+        return s;
+      }
+    }
+    /**
+     * <pre>
+     *计划员名称
+     * </pre>
+     *
+     * <code>optional string plannerName = 8;</code>
+     */
+    public com.google.protobuf.ByteString
+        getPlannerNameBytes() {
+      java.lang.Object ref = plannerName_;
+      if (ref instanceof java.lang.String) {
+        com.google.protobuf.ByteString b = 
+            com.google.protobuf.ByteString.copyFromUtf8(
+                (java.lang.String) ref);
+        plannerName_ = b;
+        return b;
+      } else {
+        return (com.google.protobuf.ByteString) ref;
+      }
+    }
+
+    public static final int SUPPLIERACCOUNT_FIELD_NUMBER = 9;
+    private volatile java.lang.Object supplierAccount_;
+    /**
+     * <pre>
+     *供货商账号
+     * </pre>
+     *
+     * <code>optional string supplierAccount = 9;</code>
+     */
+    public java.lang.String getSupplierAccount() {
+      java.lang.Object ref = supplierAccount_;
+      if (ref instanceof java.lang.String) {
+        return (java.lang.String) ref;
+      } else {
+        com.google.protobuf.ByteString bs = 
+            (com.google.protobuf.ByteString) ref;
+        java.lang.String s = bs.toStringUtf8();
+        supplierAccount_ = s;
+        return s;
+      }
+    }
+    /**
+     * <pre>
+     *供货商账号
+     * </pre>
+     *
+     * <code>optional string supplierAccount = 9;</code>
+     */
+    public com.google.protobuf.ByteString
+        getSupplierAccountBytes() {
+      java.lang.Object ref = supplierAccount_;
+      if (ref instanceof java.lang.String) {
+        com.google.protobuf.ByteString b = 
+            com.google.protobuf.ByteString.copyFromUtf8(
+                (java.lang.String) ref);
+        supplierAccount_ = b;
+        return b;
+      } else {
+        return (com.google.protobuf.ByteString) ref;
+      }
+    }
+
+    public static final int SUPPLIERNAME_FIELD_NUMBER = 10;
+    private volatile java.lang.Object supplierName_;
     /**
      * <pre>
-     *订单需求日期
+     *供货商名称
      * </pre>
      *
-     * <code>optional string requiredDate = 6;</code>
+     * <code>optional string supplierName = 10;</code>
      */
-    public java.lang.String getRequiredDate() {
-      java.lang.Object ref = requiredDate_;
+    public java.lang.String getSupplierName() {
+      java.lang.Object ref = supplierName_;
       if (ref instanceof java.lang.String) {
         return (java.lang.String) ref;
       } else {
         com.google.protobuf.ByteString bs = 
             (com.google.protobuf.ByteString) ref;
         java.lang.String s = bs.toStringUtf8();
-        requiredDate_ = s;
+        supplierName_ = s;
         return s;
       }
     }
     /**
      * <pre>
-     *订单需求日期
+     *供货商名称
      * </pre>
      *
-     * <code>optional string requiredDate = 6;</code>
+     * <code>optional string supplierName = 10;</code>
      */
     public com.google.protobuf.ByteString
-        getRequiredDateBytes() {
-      java.lang.Object ref = requiredDate_;
+        getSupplierNameBytes() {
+      java.lang.Object ref = supplierName_;
       if (ref instanceof java.lang.String) {
         com.google.protobuf.ByteString b = 
             com.google.protobuf.ByteString.copyFromUtf8(
                 (java.lang.String) ref);
-        requiredDate_ = b;
+        supplierName_ = b;
         return b;
       } else {
         return (com.google.protobuf.ByteString) ref;
@@ -14857,6 +16667,18 @@ public final class Api {
       if (!getRequiredDateBytes().isEmpty()) {
         com.google.protobuf.GeneratedMessageV3.writeString(output, 6, requiredDate_);
       }
+      if (!getPlannerAccountBytes().isEmpty()) {
+        com.google.protobuf.GeneratedMessageV3.writeString(output, 7, plannerAccount_);
+      }
+      if (!getPlannerNameBytes().isEmpty()) {
+        com.google.protobuf.GeneratedMessageV3.writeString(output, 8, plannerName_);
+      }
+      if (!getSupplierAccountBytes().isEmpty()) {
+        com.google.protobuf.GeneratedMessageV3.writeString(output, 9, supplierAccount_);
+      }
+      if (!getSupplierNameBytes().isEmpty()) {
+        com.google.protobuf.GeneratedMessageV3.writeString(output, 10, supplierName_);
+      }
     }
 
     public int getSerializedSize() {
@@ -14884,6 +16706,18 @@ public final class Api {
       if (!getRequiredDateBytes().isEmpty()) {
         size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, requiredDate_);
       }
+      if (!getPlannerAccountBytes().isEmpty()) {
+        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, plannerAccount_);
+      }
+      if (!getPlannerNameBytes().isEmpty()) {
+        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, plannerName_);
+      }
+      if (!getSupplierAccountBytes().isEmpty()) {
+        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, supplierAccount_);
+      }
+      if (!getSupplierNameBytes().isEmpty()) {
+        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(10, supplierName_);
+      }
       memoizedSize = size;
       return size;
     }
@@ -14912,6 +16746,14 @@ public final class Api {
           == other.getPartNum());
       result = result && getRequiredDate()
           .equals(other.getRequiredDate());
+      result = result && getPlannerAccount()
+          .equals(other.getPlannerAccount());
+      result = result && getPlannerName()
+          .equals(other.getPlannerName());
+      result = result && getSupplierAccount()
+          .equals(other.getSupplierAccount());
+      result = result && getSupplierName()
+          .equals(other.getSupplierName());
       return result;
     }
 
@@ -14936,6 +16778,14 @@ public final class Api {
           getPartNum());
       hash = (37 * hash) + REQUIREDDATE_FIELD_NUMBER;
       hash = (53 * hash) + getRequiredDate().hashCode();
+      hash = (37 * hash) + PLANNERACCOUNT_FIELD_NUMBER;
+      hash = (53 * hash) + getPlannerAccount().hashCode();
+      hash = (37 * hash) + PLANNERNAME_FIELD_NUMBER;
+      hash = (53 * hash) + getPlannerName().hashCode();
+      hash = (37 * hash) + SUPPLIERACCOUNT_FIELD_NUMBER;
+      hash = (53 * hash) + getSupplierAccount().hashCode();
+      hash = (37 * hash) + SUPPLIERNAME_FIELD_NUMBER;
+      hash = (53 * hash) + getSupplierName().hashCode();
       hash = (29 * hash) + unknownFields.hashCode();
       memoizedHashCode = hash;
       return hash;
@@ -15066,6 +16916,14 @@ public final class Api {
 
         requiredDate_ = "";
 
+        plannerAccount_ = "";
+
+        plannerName_ = "";
+
+        supplierAccount_ = "";
+
+        supplierName_ = "";
+
         return this;
       }
 
@@ -15094,6 +16952,10 @@ public final class Api {
         result.boxId_ = boxId_;
         result.partNum_ = partNum_;
         result.requiredDate_ = requiredDate_;
+        result.plannerAccount_ = plannerAccount_;
+        result.plannerName_ = plannerName_;
+        result.supplierAccount_ = supplierAccount_;
+        result.supplierName_ = supplierName_;
         onBuilt();
         return result;
       }
@@ -15157,6 +17019,22 @@ public final class Api {
           requiredDate_ = other.requiredDate_;
           onChanged();
         }
+        if (!other.getPlannerAccount().isEmpty()) {
+          plannerAccount_ = other.plannerAccount_;
+          onChanged();
+        }
+        if (!other.getPlannerName().isEmpty()) {
+          plannerName_ = other.plannerName_;
+          onChanged();
+        }
+        if (!other.getSupplierAccount().isEmpty()) {
+          supplierAccount_ = other.supplierAccount_;
+          onChanged();
+        }
+        if (!other.getSupplierName().isEmpty()) {
+          supplierName_ = other.supplierName_;
+          onChanged();
+        }
         onChanged();
         return this;
       }
@@ -15186,18 +17064,234 @@ public final class Api {
       private java.lang.Object orderId_ = "";
       /**
        * <pre>
-       *订单id
+       *订单id
+       * </pre>
+       *
+       * <code>optional string orderId = 1;</code>
+       */
+      public java.lang.String getOrderId() {
+        java.lang.Object ref = orderId_;
+        if (!(ref instanceof java.lang.String)) {
+          com.google.protobuf.ByteString bs =
+              (com.google.protobuf.ByteString) ref;
+          java.lang.String s = bs.toStringUtf8();
+          orderId_ = s;
+          return s;
+        } else {
+          return (java.lang.String) ref;
+        }
+      }
+      /**
+       * <pre>
+       *订单id
+       * </pre>
+       *
+       * <code>optional string orderId = 1;</code>
+       */
+      public com.google.protobuf.ByteString
+          getOrderIdBytes() {
+        java.lang.Object ref = orderId_;
+        if (ref instanceof String) {
+          com.google.protobuf.ByteString b = 
+              com.google.protobuf.ByteString.copyFromUtf8(
+                  (java.lang.String) ref);
+          orderId_ = b;
+          return b;
+        } else {
+          return (com.google.protobuf.ByteString) ref;
+        }
+      }
+      /**
+       * <pre>
+       *订单id
+       * </pre>
+       *
+       * <code>optional string orderId = 1;</code>
+       */
+      public Builder setOrderId(
+          java.lang.String value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  
+        orderId_ = value;
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *订单id
+       * </pre>
+       *
+       * <code>optional string orderId = 1;</code>
+       */
+      public Builder clearOrderId() {
+        
+        orderId_ = getDefaultInstance().getOrderId();
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *订单id
+       * </pre>
+       *
+       * <code>optional string orderId = 1;</code>
+       */
+      public Builder setOrderIdBytes(
+          com.google.protobuf.ByteString value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  checkByteStringIsUtf8(value);
+        
+        orderId_ = value;
+        onChanged();
+        return this;
+      }
+
+      private long supplier_ ;
+      /**
+       * <pre>
+       *供应商
+       * </pre>
+       *
+       * <code>optional int64 supplier = 2;</code>
+       */
+      public long getSupplier() {
+        return supplier_;
+      }
+      /**
+       * <pre>
+       *供应商
+       * </pre>
+       *
+       * <code>optional int64 supplier = 2;</code>
+       */
+      public Builder setSupplier(long value) {
+        
+        supplier_ = value;
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *供应商
+       * </pre>
+       *
+       * <code>optional int64 supplier = 2;</code>
+       */
+      public Builder clearSupplier() {
+        
+        supplier_ = 0L;
+        onChanged();
+        return this;
+      }
+
+      private java.lang.Object partId_ = "";
+      /**
+       * <pre>
+       *零件号
+       * </pre>
+       *
+       * <code>optional string partId = 3;</code>
+       */
+      public java.lang.String getPartId() {
+        java.lang.Object ref = partId_;
+        if (!(ref instanceof java.lang.String)) {
+          com.google.protobuf.ByteString bs =
+              (com.google.protobuf.ByteString) ref;
+          java.lang.String s = bs.toStringUtf8();
+          partId_ = s;
+          return s;
+        } else {
+          return (java.lang.String) ref;
+        }
+      }
+      /**
+       * <pre>
+       *零件号
+       * </pre>
+       *
+       * <code>optional string partId = 3;</code>
+       */
+      public com.google.protobuf.ByteString
+          getPartIdBytes() {
+        java.lang.Object ref = partId_;
+        if (ref instanceof String) {
+          com.google.protobuf.ByteString b = 
+              com.google.protobuf.ByteString.copyFromUtf8(
+                  (java.lang.String) ref);
+          partId_ = b;
+          return b;
+        } else {
+          return (com.google.protobuf.ByteString) ref;
+        }
+      }
+      /**
+       * <pre>
+       *零件号
+       * </pre>
+       *
+       * <code>optional string partId = 3;</code>
+       */
+      public Builder setPartId(
+          java.lang.String value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  
+        partId_ = value;
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *零件号
+       * </pre>
+       *
+       * <code>optional string partId = 3;</code>
+       */
+      public Builder clearPartId() {
+        
+        partId_ = getDefaultInstance().getPartId();
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *零件号
+       * </pre>
+       *
+       * <code>optional string partId = 3;</code>
+       */
+      public Builder setPartIdBytes(
+          com.google.protobuf.ByteString value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  checkByteStringIsUtf8(value);
+        
+        partId_ = value;
+        onChanged();
+        return this;
+      }
+
+      private java.lang.Object boxId_ = "";
+      /**
+       * <pre>
+       *箱号
        * </pre>
        *
-       * <code>optional string orderId = 1;</code>
+       * <code>optional string boxId = 4;</code>
        */
-      public java.lang.String getOrderId() {
-        java.lang.Object ref = orderId_;
+      public java.lang.String getBoxId() {
+        java.lang.Object ref = boxId_;
         if (!(ref instanceof java.lang.String)) {
           com.google.protobuf.ByteString bs =
               (com.google.protobuf.ByteString) ref;
           java.lang.String s = bs.toStringUtf8();
-          orderId_ = s;
+          boxId_ = s;
           return s;
         } else {
           return (java.lang.String) ref;
@@ -15205,19 +17299,19 @@ public final class Api {
       }
       /**
        * <pre>
-       *订单id
+       *箱号
        * </pre>
        *
-       * <code>optional string orderId = 1;</code>
+       * <code>optional string boxId = 4;</code>
        */
       public com.google.protobuf.ByteString
-          getOrderIdBytes() {
-        java.lang.Object ref = orderId_;
+          getBoxIdBytes() {
+        java.lang.Object ref = boxId_;
         if (ref instanceof String) {
           com.google.protobuf.ByteString b = 
               com.google.protobuf.ByteString.copyFromUtf8(
                   (java.lang.String) ref);
-          orderId_ = b;
+          boxId_ = b;
           return b;
         } else {
           return (com.google.protobuf.ByteString) ref;
@@ -15225,106 +17319,106 @@ public final class Api {
       }
       /**
        * <pre>
-       *订单id
+       *箱号
        * </pre>
        *
-       * <code>optional string orderId = 1;</code>
+       * <code>optional string boxId = 4;</code>
        */
-      public Builder setOrderId(
+      public Builder setBoxId(
           java.lang.String value) {
         if (value == null) {
     throw new NullPointerException();
   }
   
-        orderId_ = value;
+        boxId_ = value;
         onChanged();
         return this;
       }
       /**
        * <pre>
-       *订单id
+       *箱号
        * </pre>
        *
-       * <code>optional string orderId = 1;</code>
+       * <code>optional string boxId = 4;</code>
        */
-      public Builder clearOrderId() {
+      public Builder clearBoxId() {
         
-        orderId_ = getDefaultInstance().getOrderId();
+        boxId_ = getDefaultInstance().getBoxId();
         onChanged();
         return this;
       }
       /**
        * <pre>
-       *订单id
+       *箱号
        * </pre>
        *
-       * <code>optional string orderId = 1;</code>
+       * <code>optional string boxId = 4;</code>
        */
-      public Builder setOrderIdBytes(
+      public Builder setBoxIdBytes(
           com.google.protobuf.ByteString value) {
         if (value == null) {
     throw new NullPointerException();
   }
   checkByteStringIsUtf8(value);
         
-        orderId_ = value;
+        boxId_ = value;
         onChanged();
         return this;
       }
 
-      private long supplier_ ;
+      private long partNum_ ;
       /**
        * <pre>
-       *供应商
+       *箱中零件数量
        * </pre>
        *
-       * <code>optional int64 supplier = 2;</code>
+       * <code>optional int64 partNum = 5;</code>
        */
-      public long getSupplier() {
-        return supplier_;
+      public long getPartNum() {
+        return partNum_;
       }
       /**
        * <pre>
-       *供应商
+       *箱中零件数量
        * </pre>
        *
-       * <code>optional int64 supplier = 2;</code>
+       * <code>optional int64 partNum = 5;</code>
        */
-      public Builder setSupplier(long value) {
+      public Builder setPartNum(long value) {
         
-        supplier_ = value;
+        partNum_ = value;
         onChanged();
         return this;
       }
       /**
        * <pre>
-       *供应商
+       *箱中零件数量
        * </pre>
        *
-       * <code>optional int64 supplier = 2;</code>
+       * <code>optional int64 partNum = 5;</code>
        */
-      public Builder clearSupplier() {
+      public Builder clearPartNum() {
         
-        supplier_ = 0L;
+        partNum_ = 0L;
         onChanged();
         return this;
       }
 
-      private java.lang.Object partId_ = "";
+      private java.lang.Object requiredDate_ = "";
       /**
        * <pre>
-       *零件号
+       *订单需求日期
        * </pre>
        *
-       * <code>optional string partId = 3;</code>
+       * <code>optional string requiredDate = 6;</code>
        */
-      public java.lang.String getPartId() {
-        java.lang.Object ref = partId_;
+      public java.lang.String getRequiredDate() {
+        java.lang.Object ref = requiredDate_;
         if (!(ref instanceof java.lang.String)) {
           com.google.protobuf.ByteString bs =
               (com.google.protobuf.ByteString) ref;
           java.lang.String s = bs.toStringUtf8();
-          partId_ = s;
+          requiredDate_ = s;
           return s;
         } else {
           return (java.lang.String) ref;
@@ -15332,19 +17426,19 @@ public final class Api {
       }
       /**
        * <pre>
-       *零件号
+       *订单需求日期
        * </pre>
        *
-       * <code>optional string partId = 3;</code>
+       * <code>optional string requiredDate = 6;</code>
        */
       public com.google.protobuf.ByteString
-          getPartIdBytes() {
-        java.lang.Object ref = partId_;
+          getRequiredDateBytes() {
+        java.lang.Object ref = requiredDate_;
         if (ref instanceof String) {
           com.google.protobuf.ByteString b = 
               com.google.protobuf.ByteString.copyFromUtf8(
                   (java.lang.String) ref);
-          partId_ = b;
+          requiredDate_ = b;
           return b;
         } else {
           return (com.google.protobuf.ByteString) ref;
@@ -15352,68 +17446,68 @@ public final class Api {
       }
       /**
        * <pre>
-       *零件号
+       *订单需求日期
        * </pre>
        *
-       * <code>optional string partId = 3;</code>
+       * <code>optional string requiredDate = 6;</code>
        */
-      public Builder setPartId(
+      public Builder setRequiredDate(
           java.lang.String value) {
         if (value == null) {
     throw new NullPointerException();
   }
   
-        partId_ = value;
+        requiredDate_ = value;
         onChanged();
         return this;
       }
       /**
        * <pre>
-       *零件号
+       *订单需求日期
        * </pre>
        *
-       * <code>optional string partId = 3;</code>
+       * <code>optional string requiredDate = 6;</code>
        */
-      public Builder clearPartId() {
+      public Builder clearRequiredDate() {
         
-        partId_ = getDefaultInstance().getPartId();
+        requiredDate_ = getDefaultInstance().getRequiredDate();
         onChanged();
         return this;
       }
       /**
        * <pre>
-       *零件号
+       *订单需求日期
        * </pre>
        *
-       * <code>optional string partId = 3;</code>
+       * <code>optional string requiredDate = 6;</code>
        */
-      public Builder setPartIdBytes(
+      public Builder setRequiredDateBytes(
           com.google.protobuf.ByteString value) {
         if (value == null) {
     throw new NullPointerException();
   }
   checkByteStringIsUtf8(value);
         
-        partId_ = value;
+        requiredDate_ = value;
         onChanged();
         return this;
       }
 
-      private java.lang.Object boxId_ = "";
+      private java.lang.Object plannerAccount_ = "";
       /**
        * <pre>
-       *
+       *计划员账
        * </pre>
        *
-       * <code>optional string boxId = 4;</code>
+       * <code>optional string plannerAccount = 7;</code>
        */
-      public java.lang.String getBoxId() {
-        java.lang.Object ref = boxId_;
+      public java.lang.String getPlannerAccount() {
+        java.lang.Object ref = plannerAccount_;
         if (!(ref instanceof java.lang.String)) {
           com.google.protobuf.ByteString bs =
               (com.google.protobuf.ByteString) ref;
           java.lang.String s = bs.toStringUtf8();
-          boxId_ = s;
+          plannerAccount_ = s;
           return s;
         } else {
           return (java.lang.String) ref;
@@ -15421,19 +17515,19 @@ public final class Api {
       }
       /**
        * <pre>
-       *
+       *计划员账
        * </pre>
        *
-       * <code>optional string boxId = 4;</code>
+       * <code>optional string plannerAccount = 7;</code>
        */
       public com.google.protobuf.ByteString
-          getBoxIdBytes() {
-        java.lang.Object ref = boxId_;
+          getPlannerAccountBytes() {
+        java.lang.Object ref = plannerAccount_;
         if (ref instanceof String) {
           com.google.protobuf.ByteString b = 
               com.google.protobuf.ByteString.copyFromUtf8(
                   (java.lang.String) ref);
-          boxId_ = b;
+          plannerAccount_ = b;
           return b;
         } else {
           return (com.google.protobuf.ByteString) ref;
@@ -15441,106 +17535,246 @@ public final class Api {
       }
       /**
        * <pre>
-       *
+       *计划员账
        * </pre>
        *
-       * <code>optional string boxId = 4;</code>
+       * <code>optional string plannerAccount = 7;</code>
        */
-      public Builder setBoxId(
+      public Builder setPlannerAccount(
           java.lang.String value) {
         if (value == null) {
     throw new NullPointerException();
   }
   
-        boxId_ = value;
+        plannerAccount_ = value;
         onChanged();
         return this;
       }
       /**
        * <pre>
-       *
+       *计划员账
        * </pre>
        *
-       * <code>optional string boxId = 4;</code>
+       * <code>optional string plannerAccount = 7;</code>
        */
-      public Builder clearBoxId() {
+      public Builder clearPlannerAccount() {
         
-        boxId_ = getDefaultInstance().getBoxId();
+        plannerAccount_ = getDefaultInstance().getPlannerAccount();
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *计划员账号
+       * </pre>
+       *
+       * <code>optional string plannerAccount = 7;</code>
+       */
+      public Builder setPlannerAccountBytes(
+          com.google.protobuf.ByteString value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  checkByteStringIsUtf8(value);
+        
+        plannerAccount_ = value;
+        onChanged();
+        return this;
+      }
+
+      private java.lang.Object plannerName_ = "";
+      /**
+       * <pre>
+       *计划员名称
+       * </pre>
+       *
+       * <code>optional string plannerName = 8;</code>
+       */
+      public java.lang.String getPlannerName() {
+        java.lang.Object ref = plannerName_;
+        if (!(ref instanceof java.lang.String)) {
+          com.google.protobuf.ByteString bs =
+              (com.google.protobuf.ByteString) ref;
+          java.lang.String s = bs.toStringUtf8();
+          plannerName_ = s;
+          return s;
+        } else {
+          return (java.lang.String) ref;
+        }
+      }
+      /**
+       * <pre>
+       *计划员名称
+       * </pre>
+       *
+       * <code>optional string plannerName = 8;</code>
+       */
+      public com.google.protobuf.ByteString
+          getPlannerNameBytes() {
+        java.lang.Object ref = plannerName_;
+        if (ref instanceof String) {
+          com.google.protobuf.ByteString b = 
+              com.google.protobuf.ByteString.copyFromUtf8(
+                  (java.lang.String) ref);
+          plannerName_ = b;
+          return b;
+        } else {
+          return (com.google.protobuf.ByteString) ref;
+        }
+      }
+      /**
+       * <pre>
+       *计划员名称
+       * </pre>
+       *
+       * <code>optional string plannerName = 8;</code>
+       */
+      public Builder setPlannerName(
+          java.lang.String value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  
+        plannerName_ = value;
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *计划员名称
+       * </pre>
+       *
+       * <code>optional string plannerName = 8;</code>
+       */
+      public Builder clearPlannerName() {
+        
+        plannerName_ = getDefaultInstance().getPlannerName();
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *计划员名称
+       * </pre>
+       *
+       * <code>optional string plannerName = 8;</code>
+       */
+      public Builder setPlannerNameBytes(
+          com.google.protobuf.ByteString value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  checkByteStringIsUtf8(value);
+        
+        plannerName_ = value;
         onChanged();
         return this;
       }
+
+      private java.lang.Object supplierAccount_ = "";
+      /**
+       * <pre>
+       *供货商账号
+       * </pre>
+       *
+       * <code>optional string supplierAccount = 9;</code>
+       */
+      public java.lang.String getSupplierAccount() {
+        java.lang.Object ref = supplierAccount_;
+        if (!(ref instanceof java.lang.String)) {
+          com.google.protobuf.ByteString bs =
+              (com.google.protobuf.ByteString) ref;
+          java.lang.String s = bs.toStringUtf8();
+          supplierAccount_ = s;
+          return s;
+        } else {
+          return (java.lang.String) ref;
+        }
+      }
+      /**
+       * <pre>
+       *供货商账号
+       * </pre>
+       *
+       * <code>optional string supplierAccount = 9;</code>
+       */
+      public com.google.protobuf.ByteString
+          getSupplierAccountBytes() {
+        java.lang.Object ref = supplierAccount_;
+        if (ref instanceof String) {
+          com.google.protobuf.ByteString b = 
+              com.google.protobuf.ByteString.copyFromUtf8(
+                  (java.lang.String) ref);
+          supplierAccount_ = b;
+          return b;
+        } else {
+          return (com.google.protobuf.ByteString) ref;
+        }
+      }
       /**
        * <pre>
-       *箱号
+       *供货商账
        * </pre>
        *
-       * <code>optional string boxId = 4;</code>
+       * <code>optional string supplierAccount = 9;</code>
        */
-      public Builder setBoxIdBytes(
-          com.google.protobuf.ByteString value) {
+      public Builder setSupplierAccount(
+          java.lang.String value) {
         if (value == null) {
     throw new NullPointerException();
   }
-  checkByteStringIsUtf8(value);
-        
-        boxId_ = value;
+  
+        supplierAccount_ = value;
         onChanged();
         return this;
       }
-
-      private long partNum_ ;
-      /**
-       * <pre>
-       *箱中零件数量
-       * </pre>
-       *
-       * <code>optional int64 partNum = 5;</code>
-       */
-      public long getPartNum() {
-        return partNum_;
-      }
       /**
        * <pre>
-       *箱中零件数量
+       *供货商账号
        * </pre>
        *
-       * <code>optional int64 partNum = 5;</code>
+       * <code>optional string supplierAccount = 9;</code>
        */
-      public Builder setPartNum(long value) {
+      public Builder clearSupplierAccount() {
         
-        partNum_ = value;
+        supplierAccount_ = getDefaultInstance().getSupplierAccount();
         onChanged();
         return this;
       }
       /**
        * <pre>
-       *箱中零件数量
+       *供货商账号
        * </pre>
        *
-       * <code>optional int64 partNum = 5;</code>
+       * <code>optional string supplierAccount = 9;</code>
        */
-      public Builder clearPartNum() {
+      public Builder setSupplierAccountBytes(
+          com.google.protobuf.ByteString value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  checkByteStringIsUtf8(value);
         
-        partNum_ = 0L;
+        supplierAccount_ = value;
         onChanged();
         return this;
       }
 
-      private java.lang.Object requiredDate_ = "";
+      private java.lang.Object supplierName_ = "";
       /**
        * <pre>
-       *订单需求日期
+       *供货商名称
        * </pre>
        *
-       * <code>optional string requiredDate = 6;</code>
+       * <code>optional string supplierName = 10;</code>
        */
-      public java.lang.String getRequiredDate() {
-        java.lang.Object ref = requiredDate_;
+      public java.lang.String getSupplierName() {
+        java.lang.Object ref = supplierName_;
         if (!(ref instanceof java.lang.String)) {
           com.google.protobuf.ByteString bs =
               (com.google.protobuf.ByteString) ref;
           java.lang.String s = bs.toStringUtf8();
-          requiredDate_ = s;
+          supplierName_ = s;
           return s;
         } else {
           return (java.lang.String) ref;
@@ -15548,19 +17782,19 @@ public final class Api {
       }
       /**
        * <pre>
-       *订单需求日期
+       *供货商名称
        * </pre>
        *
-       * <code>optional string requiredDate = 6;</code>
+       * <code>optional string supplierName = 10;</code>
        */
       public com.google.protobuf.ByteString
-          getRequiredDateBytes() {
-        java.lang.Object ref = requiredDate_;
+          getSupplierNameBytes() {
+        java.lang.Object ref = supplierName_;
         if (ref instanceof String) {
           com.google.protobuf.ByteString b = 
               com.google.protobuf.ByteString.copyFromUtf8(
                   (java.lang.String) ref);
-          requiredDate_ = b;
+          supplierName_ = b;
           return b;
         } else {
           return (com.google.protobuf.ByteString) ref;
@@ -15568,49 +17802,49 @@ public final class Api {
       }
       /**
        * <pre>
-       *订单需求日期
+       *供货商名称
        * </pre>
        *
-       * <code>optional string requiredDate = 6;</code>
+       * <code>optional string supplierName = 10;</code>
        */
-      public Builder setRequiredDate(
+      public Builder setSupplierName(
           java.lang.String value) {
         if (value == null) {
     throw new NullPointerException();
   }
   
-        requiredDate_ = value;
+        supplierName_ = value;
         onChanged();
         return this;
       }
       /**
        * <pre>
-       *订单需求日期
+       *供货商名称
        * </pre>
        *
-       * <code>optional string requiredDate = 6;</code>
+       * <code>optional string supplierName = 10;</code>
        */
-      public Builder clearRequiredDate() {
+      public Builder clearSupplierName() {
         
-        requiredDate_ = getDefaultInstance().getRequiredDate();
+        supplierName_ = getDefaultInstance().getSupplierName();
         onChanged();
         return this;
       }
       /**
        * <pre>
-       *订单需求日期
+       *供货商名称
        * </pre>
        *
-       * <code>optional string requiredDate = 6;</code>
+       * <code>optional string supplierName = 10;</code>
        */
-      public Builder setRequiredDateBytes(
+      public Builder setSupplierNameBytes(
           com.google.protobuf.ByteString value) {
         if (value == null) {
     throw new NullPointerException();
   }
   checkByteStringIsUtf8(value);
         
-        requiredDate_ = value;
+        supplierName_ = value;
         onChanged();
         return this;
       }
@@ -15756,6 +17990,78 @@ public final class Api {
      */
     com.google.protobuf.ByteString
         getDeliveryDateBytes();
+
+    /**
+     * <pre>
+     *供货商账号
+     * </pre>
+     *
+     * <code>optional string supplierAccount = 7;</code>
+     */
+    java.lang.String getSupplierAccount();
+    /**
+     * <pre>
+     *供货商账号
+     * </pre>
+     *
+     * <code>optional string supplierAccount = 7;</code>
+     */
+    com.google.protobuf.ByteString
+        getSupplierAccountBytes();
+
+    /**
+     * <pre>
+     *供货商名称
+     * </pre>
+     *
+     * <code>optional string supplierName = 8;</code>
+     */
+    java.lang.String getSupplierName();
+    /**
+     * <pre>
+     *供货商名称
+     * </pre>
+     *
+     * <code>optional string supplierName = 8;</code>
+     */
+    com.google.protobuf.ByteString
+        getSupplierNameBytes();
+
+    /**
+     * <pre>
+     *承运商账号
+     * </pre>
+     *
+     * <code>optional string carrierAccount = 9;</code>
+     */
+    java.lang.String getCarrierAccount();
+    /**
+     * <pre>
+     *承运商账号
+     * </pre>
+     *
+     * <code>optional string carrierAccount = 9;</code>
+     */
+    com.google.protobuf.ByteString
+        getCarrierAccountBytes();
+
+    /**
+     * <pre>
+     *承运商名称
+     * </pre>
+     *
+     * <code>optional string carrierName = 10;</code>
+     */
+    java.lang.String getCarrierName();
+    /**
+     * <pre>
+     *承运商名称
+     * </pre>
+     *
+     * <code>optional string carrierName = 10;</code>
+     */
+    com.google.protobuf.ByteString
+        getCarrierNameBytes();
   }
   /**
    * Protobuf type {@code smsc.RequestDelivery}
@@ -15775,6 +18081,10 @@ public final class Api {
       boxId_ = "";
       partNum_ = 0L;
       deliveryDate_ = "";
+      supplierAccount_ = "";
+      supplierName_ = "";
+      carrierAccount_ = "";
+      carrierName_ = "";
     }
 
     @java.lang.Override
@@ -15836,6 +18146,30 @@ public final class Api {
               deliveryDate_ = s;
               break;
             }
+            case 58: {
+              java.lang.String s = input.readStringRequireUtf8();
+
+              supplierAccount_ = s;
+              break;
+            }
+            case 66: {
+              java.lang.String s = input.readStringRequireUtf8();
+
+              supplierName_ = s;
+              break;
+            }
+            case 74: {
+              java.lang.String s = input.readStringRequireUtf8();
+
+              carrierAccount_ = s;
+              break;
+            }
+            case 82: {
+              java.lang.String s = input.readStringRequireUtf8();
+
+              carrierName_ = s;
+              break;
+            }
           }
         }
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -16011,42 +18345,210 @@ public final class Api {
       return partNum_;
     }
 
-    public static final int DELIVERYDATE_FIELD_NUMBER = 6;
-    private volatile java.lang.Object deliveryDate_;
+    public static final int DELIVERYDATE_FIELD_NUMBER = 6;
+    private volatile java.lang.Object deliveryDate_;
+    /**
+     * <pre>
+     *订单发货日期
+     * </pre>
+     *
+     * <code>optional string deliveryDate = 6;</code>
+     */
+    public java.lang.String getDeliveryDate() {
+      java.lang.Object ref = deliveryDate_;
+      if (ref instanceof java.lang.String) {
+        return (java.lang.String) ref;
+      } else {
+        com.google.protobuf.ByteString bs = 
+            (com.google.protobuf.ByteString) ref;
+        java.lang.String s = bs.toStringUtf8();
+        deliveryDate_ = s;
+        return s;
+      }
+    }
+    /**
+     * <pre>
+     *订单发货日期
+     * </pre>
+     *
+     * <code>optional string deliveryDate = 6;</code>
+     */
+    public com.google.protobuf.ByteString
+        getDeliveryDateBytes() {
+      java.lang.Object ref = deliveryDate_;
+      if (ref instanceof java.lang.String) {
+        com.google.protobuf.ByteString b = 
+            com.google.protobuf.ByteString.copyFromUtf8(
+                (java.lang.String) ref);
+        deliveryDate_ = b;
+        return b;
+      } else {
+        return (com.google.protobuf.ByteString) ref;
+      }
+    }
+
+    public static final int SUPPLIERACCOUNT_FIELD_NUMBER = 7;
+    private volatile java.lang.Object supplierAccount_;
+    /**
+     * <pre>
+     *供货商账号
+     * </pre>
+     *
+     * <code>optional string supplierAccount = 7;</code>
+     */
+    public java.lang.String getSupplierAccount() {
+      java.lang.Object ref = supplierAccount_;
+      if (ref instanceof java.lang.String) {
+        return (java.lang.String) ref;
+      } else {
+        com.google.protobuf.ByteString bs = 
+            (com.google.protobuf.ByteString) ref;
+        java.lang.String s = bs.toStringUtf8();
+        supplierAccount_ = s;
+        return s;
+      }
+    }
+    /**
+     * <pre>
+     *供货商账号
+     * </pre>
+     *
+     * <code>optional string supplierAccount = 7;</code>
+     */
+    public com.google.protobuf.ByteString
+        getSupplierAccountBytes() {
+      java.lang.Object ref = supplierAccount_;
+      if (ref instanceof java.lang.String) {
+        com.google.protobuf.ByteString b = 
+            com.google.protobuf.ByteString.copyFromUtf8(
+                (java.lang.String) ref);
+        supplierAccount_ = b;
+        return b;
+      } else {
+        return (com.google.protobuf.ByteString) ref;
+      }
+    }
+
+    public static final int SUPPLIERNAME_FIELD_NUMBER = 8;
+    private volatile java.lang.Object supplierName_;
+    /**
+     * <pre>
+     *供货商名称
+     * </pre>
+     *
+     * <code>optional string supplierName = 8;</code>
+     */
+    public java.lang.String getSupplierName() {
+      java.lang.Object ref = supplierName_;
+      if (ref instanceof java.lang.String) {
+        return (java.lang.String) ref;
+      } else {
+        com.google.protobuf.ByteString bs = 
+            (com.google.protobuf.ByteString) ref;
+        java.lang.String s = bs.toStringUtf8();
+        supplierName_ = s;
+        return s;
+      }
+    }
+    /**
+     * <pre>
+     *供货商名称
+     * </pre>
+     *
+     * <code>optional string supplierName = 8;</code>
+     */
+    public com.google.protobuf.ByteString
+        getSupplierNameBytes() {
+      java.lang.Object ref = supplierName_;
+      if (ref instanceof java.lang.String) {
+        com.google.protobuf.ByteString b = 
+            com.google.protobuf.ByteString.copyFromUtf8(
+                (java.lang.String) ref);
+        supplierName_ = b;
+        return b;
+      } else {
+        return (com.google.protobuf.ByteString) ref;
+      }
+    }
+
+    public static final int CARRIERACCOUNT_FIELD_NUMBER = 9;
+    private volatile java.lang.Object carrierAccount_;
+    /**
+     * <pre>
+     *承运商账号
+     * </pre>
+     *
+     * <code>optional string carrierAccount = 9;</code>
+     */
+    public java.lang.String getCarrierAccount() {
+      java.lang.Object ref = carrierAccount_;
+      if (ref instanceof java.lang.String) {
+        return (java.lang.String) ref;
+      } else {
+        com.google.protobuf.ByteString bs = 
+            (com.google.protobuf.ByteString) ref;
+        java.lang.String s = bs.toStringUtf8();
+        carrierAccount_ = s;
+        return s;
+      }
+    }
+    /**
+     * <pre>
+     *承运商账号
+     * </pre>
+     *
+     * <code>optional string carrierAccount = 9;</code>
+     */
+    public com.google.protobuf.ByteString
+        getCarrierAccountBytes() {
+      java.lang.Object ref = carrierAccount_;
+      if (ref instanceof java.lang.String) {
+        com.google.protobuf.ByteString b = 
+            com.google.protobuf.ByteString.copyFromUtf8(
+                (java.lang.String) ref);
+        carrierAccount_ = b;
+        return b;
+      } else {
+        return (com.google.protobuf.ByteString) ref;
+      }
+    }
+
+    public static final int CARRIERNAME_FIELD_NUMBER = 10;
+    private volatile java.lang.Object carrierName_;
     /**
      * <pre>
-     *订单发货日期
+     *承运商名称
      * </pre>
      *
-     * <code>optional string deliveryDate = 6;</code>
+     * <code>optional string carrierName = 10;</code>
      */
-    public java.lang.String getDeliveryDate() {
-      java.lang.Object ref = deliveryDate_;
+    public java.lang.String getCarrierName() {
+      java.lang.Object ref = carrierName_;
       if (ref instanceof java.lang.String) {
         return (java.lang.String) ref;
       } else {
         com.google.protobuf.ByteString bs = 
             (com.google.protobuf.ByteString) ref;
         java.lang.String s = bs.toStringUtf8();
-        deliveryDate_ = s;
+        carrierName_ = s;
         return s;
       }
     }
     /**
      * <pre>
-     *订单发货日期
+     *承运商名称
      * </pre>
      *
-     * <code>optional string deliveryDate = 6;</code>
+     * <code>optional string carrierName = 10;</code>
      */
     public com.google.protobuf.ByteString
-        getDeliveryDateBytes() {
-      java.lang.Object ref = deliveryDate_;
+        getCarrierNameBytes() {
+      java.lang.Object ref = carrierName_;
       if (ref instanceof java.lang.String) {
         com.google.protobuf.ByteString b = 
             com.google.protobuf.ByteString.copyFromUtf8(
                 (java.lang.String) ref);
-        deliveryDate_ = b;
+        carrierName_ = b;
         return b;
       } else {
         return (com.google.protobuf.ByteString) ref;
@@ -16083,6 +18585,18 @@ public final class Api {
       if (!getDeliveryDateBytes().isEmpty()) {
         com.google.protobuf.GeneratedMessageV3.writeString(output, 6, deliveryDate_);
       }
+      if (!getSupplierAccountBytes().isEmpty()) {
+        com.google.protobuf.GeneratedMessageV3.writeString(output, 7, supplierAccount_);
+      }
+      if (!getSupplierNameBytes().isEmpty()) {
+        com.google.protobuf.GeneratedMessageV3.writeString(output, 8, supplierName_);
+      }
+      if (!getCarrierAccountBytes().isEmpty()) {
+        com.google.protobuf.GeneratedMessageV3.writeString(output, 9, carrierAccount_);
+      }
+      if (!getCarrierNameBytes().isEmpty()) {
+        com.google.protobuf.GeneratedMessageV3.writeString(output, 10, carrierName_);
+      }
     }
 
     public int getSerializedSize() {
@@ -16110,6 +18624,18 @@ public final class Api {
       if (!getDeliveryDateBytes().isEmpty()) {
         size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, deliveryDate_);
       }
+      if (!getSupplierAccountBytes().isEmpty()) {
+        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, supplierAccount_);
+      }
+      if (!getSupplierNameBytes().isEmpty()) {
+        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, supplierName_);
+      }
+      if (!getCarrierAccountBytes().isEmpty()) {
+        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, carrierAccount_);
+      }
+      if (!getCarrierNameBytes().isEmpty()) {
+        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(10, carrierName_);
+      }
       memoizedSize = size;
       return size;
     }
@@ -16138,6 +18664,14 @@ public final class Api {
           == other.getPartNum());
       result = result && getDeliveryDate()
           .equals(other.getDeliveryDate());
+      result = result && getSupplierAccount()
+          .equals(other.getSupplierAccount());
+      result = result && getSupplierName()
+          .equals(other.getSupplierName());
+      result = result && getCarrierAccount()
+          .equals(other.getCarrierAccount());
+      result = result && getCarrierName()
+          .equals(other.getCarrierName());
       return result;
     }
 
@@ -16162,6 +18696,14 @@ public final class Api {
           getPartNum());
       hash = (37 * hash) + DELIVERYDATE_FIELD_NUMBER;
       hash = (53 * hash) + getDeliveryDate().hashCode();
+      hash = (37 * hash) + SUPPLIERACCOUNT_FIELD_NUMBER;
+      hash = (53 * hash) + getSupplierAccount().hashCode();
+      hash = (37 * hash) + SUPPLIERNAME_FIELD_NUMBER;
+      hash = (53 * hash) + getSupplierName().hashCode();
+      hash = (37 * hash) + CARRIERACCOUNT_FIELD_NUMBER;
+      hash = (53 * hash) + getCarrierAccount().hashCode();
+      hash = (37 * hash) + CARRIERNAME_FIELD_NUMBER;
+      hash = (53 * hash) + getCarrierName().hashCode();
       hash = (29 * hash) + unknownFields.hashCode();
       memoizedHashCode = hash;
       return hash;
@@ -16292,6 +18834,14 @@ public final class Api {
 
         deliveryDate_ = "";
 
+        supplierAccount_ = "";
+
+        supplierName_ = "";
+
+        carrierAccount_ = "";
+
+        carrierName_ = "";
+
         return this;
       }
 
@@ -16320,6 +18870,10 @@ public final class Api {
         result.boxId_ = boxId_;
         result.partNum_ = partNum_;
         result.deliveryDate_ = deliveryDate_;
+        result.supplierAccount_ = supplierAccount_;
+        result.supplierName_ = supplierName_;
+        result.carrierAccount_ = carrierAccount_;
+        result.carrierName_ = carrierName_;
         onBuilt();
         return result;
       }
@@ -16354,76 +18908,308 @@ public final class Api {
         if (other instanceof smsc.Api.RequestDelivery) {
           return mergeFrom((smsc.Api.RequestDelivery)other);
         } else {
-          super.mergeFrom(other);
-          return this;
+          super.mergeFrom(other);
+          return this;
+        }
+      }
+
+      public Builder mergeFrom(smsc.Api.RequestDelivery other) {
+        if (other == smsc.Api.RequestDelivery.getDefaultInstance()) return this;
+        if (!other.getOrderId().isEmpty()) {
+          orderId_ = other.orderId_;
+          onChanged();
+        }
+        if (other.getCarrier() != 0L) {
+          setCarrier(other.getCarrier());
+        }
+        if (!other.getPartId().isEmpty()) {
+          partId_ = other.partId_;
+          onChanged();
+        }
+        if (!other.getBoxId().isEmpty()) {
+          boxId_ = other.boxId_;
+          onChanged();
+        }
+        if (other.getPartNum() != 0L) {
+          setPartNum(other.getPartNum());
+        }
+        if (!other.getDeliveryDate().isEmpty()) {
+          deliveryDate_ = other.deliveryDate_;
+          onChanged();
+        }
+        if (!other.getSupplierAccount().isEmpty()) {
+          supplierAccount_ = other.supplierAccount_;
+          onChanged();
+        }
+        if (!other.getSupplierName().isEmpty()) {
+          supplierName_ = other.supplierName_;
+          onChanged();
+        }
+        if (!other.getCarrierAccount().isEmpty()) {
+          carrierAccount_ = other.carrierAccount_;
+          onChanged();
+        }
+        if (!other.getCarrierName().isEmpty()) {
+          carrierName_ = other.carrierName_;
+          onChanged();
+        }
+        onChanged();
+        return this;
+      }
+
+      public final boolean isInitialized() {
+        return true;
+      }
+
+      public Builder mergeFrom(
+          com.google.protobuf.CodedInputStream input,
+          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+          throws java.io.IOException {
+        smsc.Api.RequestDelivery parsedMessage = null;
+        try {
+          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
+        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+          parsedMessage = (smsc.Api.RequestDelivery) e.getUnfinishedMessage();
+          throw e.unwrapIOException();
+        } finally {
+          if (parsedMessage != null) {
+            mergeFrom(parsedMessage);
+          }
+        }
+        return this;
+      }
+
+      private java.lang.Object orderId_ = "";
+      /**
+       * <pre>
+       *订单id
+       * </pre>
+       *
+       * <code>optional string orderId = 1;</code>
+       */
+      public java.lang.String getOrderId() {
+        java.lang.Object ref = orderId_;
+        if (!(ref instanceof java.lang.String)) {
+          com.google.protobuf.ByteString bs =
+              (com.google.protobuf.ByteString) ref;
+          java.lang.String s = bs.toStringUtf8();
+          orderId_ = s;
+          return s;
+        } else {
+          return (java.lang.String) ref;
+        }
+      }
+      /**
+       * <pre>
+       *订单id
+       * </pre>
+       *
+       * <code>optional string orderId = 1;</code>
+       */
+      public com.google.protobuf.ByteString
+          getOrderIdBytes() {
+        java.lang.Object ref = orderId_;
+        if (ref instanceof String) {
+          com.google.protobuf.ByteString b = 
+              com.google.protobuf.ByteString.copyFromUtf8(
+                  (java.lang.String) ref);
+          orderId_ = b;
+          return b;
+        } else {
+          return (com.google.protobuf.ByteString) ref;
+        }
+      }
+      /**
+       * <pre>
+       *订单id
+       * </pre>
+       *
+       * <code>optional string orderId = 1;</code>
+       */
+      public Builder setOrderId(
+          java.lang.String value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  
+        orderId_ = value;
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *订单id
+       * </pre>
+       *
+       * <code>optional string orderId = 1;</code>
+       */
+      public Builder clearOrderId() {
+        
+        orderId_ = getDefaultInstance().getOrderId();
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *订单id
+       * </pre>
+       *
+       * <code>optional string orderId = 1;</code>
+       */
+      public Builder setOrderIdBytes(
+          com.google.protobuf.ByteString value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  checkByteStringIsUtf8(value);
+        
+        orderId_ = value;
+        onChanged();
+        return this;
+      }
+
+      private long carrier_ ;
+      /**
+       * <pre>
+       *承运商
+       * </pre>
+       *
+       * <code>optional int64 carrier = 2;</code>
+       */
+      public long getCarrier() {
+        return carrier_;
+      }
+      /**
+       * <pre>
+       *承运商
+       * </pre>
+       *
+       * <code>optional int64 carrier = 2;</code>
+       */
+      public Builder setCarrier(long value) {
+        
+        carrier_ = value;
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *承运商
+       * </pre>
+       *
+       * <code>optional int64 carrier = 2;</code>
+       */
+      public Builder clearCarrier() {
+        
+        carrier_ = 0L;
+        onChanged();
+        return this;
+      }
+
+      private java.lang.Object partId_ = "";
+      /**
+       * <pre>
+       *零件号
+       * </pre>
+       *
+       * <code>optional string partId = 3;</code>
+       */
+      public java.lang.String getPartId() {
+        java.lang.Object ref = partId_;
+        if (!(ref instanceof java.lang.String)) {
+          com.google.protobuf.ByteString bs =
+              (com.google.protobuf.ByteString) ref;
+          java.lang.String s = bs.toStringUtf8();
+          partId_ = s;
+          return s;
+        } else {
+          return (java.lang.String) ref;
+        }
+      }
+      /**
+       * <pre>
+       *零件号
+       * </pre>
+       *
+       * <code>optional string partId = 3;</code>
+       */
+      public com.google.protobuf.ByteString
+          getPartIdBytes() {
+        java.lang.Object ref = partId_;
+        if (ref instanceof String) {
+          com.google.protobuf.ByteString b = 
+              com.google.protobuf.ByteString.copyFromUtf8(
+                  (java.lang.String) ref);
+          partId_ = b;
+          return b;
+        } else {
+          return (com.google.protobuf.ByteString) ref;
         }
       }
-
-      public Builder mergeFrom(smsc.Api.RequestDelivery other) {
-        if (other == smsc.Api.RequestDelivery.getDefaultInstance()) return this;
-        if (!other.getOrderId().isEmpty()) {
-          orderId_ = other.orderId_;
-          onChanged();
-        }
-        if (other.getCarrier() != 0L) {
-          setCarrier(other.getCarrier());
-        }
-        if (!other.getPartId().isEmpty()) {
-          partId_ = other.partId_;
-          onChanged();
-        }
-        if (!other.getBoxId().isEmpty()) {
-          boxId_ = other.boxId_;
-          onChanged();
-        }
-        if (other.getPartNum() != 0L) {
-          setPartNum(other.getPartNum());
-        }
-        if (!other.getDeliveryDate().isEmpty()) {
-          deliveryDate_ = other.deliveryDate_;
-          onChanged();
-        }
+      /**
+       * <pre>
+       *零件号
+       * </pre>
+       *
+       * <code>optional string partId = 3;</code>
+       */
+      public Builder setPartId(
+          java.lang.String value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  
+        partId_ = value;
         onChanged();
         return this;
       }
-
-      public final boolean isInitialized() {
-        return true;
+      /**
+       * <pre>
+       *零件号
+       * </pre>
+       *
+       * <code>optional string partId = 3;</code>
+       */
+      public Builder clearPartId() {
+        
+        partId_ = getDefaultInstance().getPartId();
+        onChanged();
+        return this;
       }
-
-      public Builder mergeFrom(
-          com.google.protobuf.CodedInputStream input,
-          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-          throws java.io.IOException {
-        smsc.Api.RequestDelivery parsedMessage = null;
-        try {
-          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
-        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-          parsedMessage = (smsc.Api.RequestDelivery) e.getUnfinishedMessage();
-          throw e.unwrapIOException();
-        } finally {
-          if (parsedMessage != null) {
-            mergeFrom(parsedMessage);
-          }
-        }
+      /**
+       * <pre>
+       *零件号
+       * </pre>
+       *
+       * <code>optional string partId = 3;</code>
+       */
+      public Builder setPartIdBytes(
+          com.google.protobuf.ByteString value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  checkByteStringIsUtf8(value);
+        
+        partId_ = value;
+        onChanged();
         return this;
       }
 
-      private java.lang.Object orderId_ = "";
+      private java.lang.Object boxId_ = "";
       /**
        * <pre>
-       *订单id
+       *箱号
        * </pre>
        *
-       * <code>optional string orderId = 1;</code>
+       * <code>optional string boxId = 4;</code>
        */
-      public java.lang.String getOrderId() {
-        java.lang.Object ref = orderId_;
+      public java.lang.String getBoxId() {
+        java.lang.Object ref = boxId_;
         if (!(ref instanceof java.lang.String)) {
           com.google.protobuf.ByteString bs =
               (com.google.protobuf.ByteString) ref;
           java.lang.String s = bs.toStringUtf8();
-          orderId_ = s;
+          boxId_ = s;
           return s;
         } else {
           return (java.lang.String) ref;
@@ -16431,19 +19217,19 @@ public final class Api {
       }
       /**
        * <pre>
-       *订单id
+       *箱号
        * </pre>
        *
-       * <code>optional string orderId = 1;</code>
+       * <code>optional string boxId = 4;</code>
        */
       public com.google.protobuf.ByteString
-          getOrderIdBytes() {
-        java.lang.Object ref = orderId_;
+          getBoxIdBytes() {
+        java.lang.Object ref = boxId_;
         if (ref instanceof String) {
           com.google.protobuf.ByteString b = 
               com.google.protobuf.ByteString.copyFromUtf8(
                   (java.lang.String) ref);
-          orderId_ = b;
+          boxId_ = b;
           return b;
         } else {
           return (com.google.protobuf.ByteString) ref;
@@ -16451,106 +19237,195 @@ public final class Api {
       }
       /**
        * <pre>
-       *订单id
+       *箱号
        * </pre>
        *
-       * <code>optional string orderId = 1;</code>
+       * <code>optional string boxId = 4;</code>
        */
-      public Builder setOrderId(
+      public Builder setBoxId(
           java.lang.String value) {
         if (value == null) {
     throw new NullPointerException();
   }
   
-        orderId_ = value;
+        boxId_ = value;
         onChanged();
         return this;
       }
       /**
        * <pre>
-       *订单id
+       *箱号
        * </pre>
        *
-       * <code>optional string orderId = 1;</code>
+       * <code>optional string boxId = 4;</code>
        */
-      public Builder clearOrderId() {
+      public Builder clearBoxId() {
         
-        orderId_ = getDefaultInstance().getOrderId();
+        boxId_ = getDefaultInstance().getBoxId();
         onChanged();
         return this;
       }
       /**
        * <pre>
-       *订单id
+       *箱号
        * </pre>
        *
-       * <code>optional string orderId = 1;</code>
+       * <code>optional string boxId = 4;</code>
        */
-      public Builder setOrderIdBytes(
+      public Builder setBoxIdBytes(
           com.google.protobuf.ByteString value) {
         if (value == null) {
     throw new NullPointerException();
   }
   checkByteStringIsUtf8(value);
         
-        orderId_ = value;
+        boxId_ = value;
         onChanged();
         return this;
       }
 
-      private long carrier_ ;
+      private long partNum_ ;
       /**
        * <pre>
-       *承运商
+       *箱中零件数量
        * </pre>
        *
-       * <code>optional int64 carrier = 2;</code>
+       * <code>optional int64 partNum = 5;</code>
        */
-      public long getCarrier() {
-        return carrier_;
+      public long getPartNum() {
+        return partNum_;
       }
       /**
        * <pre>
-       *承运商
+       *箱中零件数量
        * </pre>
        *
-       * <code>optional int64 carrier = 2;</code>
+       * <code>optional int64 partNum = 5;</code>
        */
-      public Builder setCarrier(long value) {
+      public Builder setPartNum(long value) {
         
-        carrier_ = value;
+        partNum_ = value;
         onChanged();
         return this;
       }
       /**
        * <pre>
-       *承运商
+       *箱中零件数量
        * </pre>
        *
-       * <code>optional int64 carrier = 2;</code>
+       * <code>optional int64 partNum = 5;</code>
        */
-      public Builder clearCarrier() {
+      public Builder clearPartNum() {
         
-        carrier_ = 0L;
+        partNum_ = 0L;
         onChanged();
         return this;
       }
 
-      private java.lang.Object partId_ = "";
+      private java.lang.Object deliveryDate_ = "";
       /**
        * <pre>
-       *零件号
+       *订单发货日期
+       * </pre>
+       *
+       * <code>optional string deliveryDate = 6;</code>
+       */
+      public java.lang.String getDeliveryDate() {
+        java.lang.Object ref = deliveryDate_;
+        if (!(ref instanceof java.lang.String)) {
+          com.google.protobuf.ByteString bs =
+              (com.google.protobuf.ByteString) ref;
+          java.lang.String s = bs.toStringUtf8();
+          deliveryDate_ = s;
+          return s;
+        } else {
+          return (java.lang.String) ref;
+        }
+      }
+      /**
+       * <pre>
+       *订单发货日期
+       * </pre>
+       *
+       * <code>optional string deliveryDate = 6;</code>
+       */
+      public com.google.protobuf.ByteString
+          getDeliveryDateBytes() {
+        java.lang.Object ref = deliveryDate_;
+        if (ref instanceof String) {
+          com.google.protobuf.ByteString b = 
+              com.google.protobuf.ByteString.copyFromUtf8(
+                  (java.lang.String) ref);
+          deliveryDate_ = b;
+          return b;
+        } else {
+          return (com.google.protobuf.ByteString) ref;
+        }
+      }
+      /**
+       * <pre>
+       *订单发货日期
+       * </pre>
+       *
+       * <code>optional string deliveryDate = 6;</code>
+       */
+      public Builder setDeliveryDate(
+          java.lang.String value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  
+        deliveryDate_ = value;
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *订单发货日期
+       * </pre>
+       *
+       * <code>optional string deliveryDate = 6;</code>
+       */
+      public Builder clearDeliveryDate() {
+        
+        deliveryDate_ = getDefaultInstance().getDeliveryDate();
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *订单发货日期
+       * </pre>
+       *
+       * <code>optional string deliveryDate = 6;</code>
+       */
+      public Builder setDeliveryDateBytes(
+          com.google.protobuf.ByteString value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  checkByteStringIsUtf8(value);
+        
+        deliveryDate_ = value;
+        onChanged();
+        return this;
+      }
+
+      private java.lang.Object supplierAccount_ = "";
+      /**
+       * <pre>
+       *供货商账号
        * </pre>
        *
-       * <code>optional string partId = 3;</code>
+       * <code>optional string supplierAccount = 7;</code>
        */
-      public java.lang.String getPartId() {
-        java.lang.Object ref = partId_;
+      public java.lang.String getSupplierAccount() {
+        java.lang.Object ref = supplierAccount_;
         if (!(ref instanceof java.lang.String)) {
           com.google.protobuf.ByteString bs =
               (com.google.protobuf.ByteString) ref;
           java.lang.String s = bs.toStringUtf8();
-          partId_ = s;
+          supplierAccount_ = s;
           return s;
         } else {
           return (java.lang.String) ref;
@@ -16558,19 +19433,19 @@ public final class Api {
       }
       /**
        * <pre>
-       *零件
+       *供货商账
        * </pre>
        *
-       * <code>optional string partId = 3;</code>
+       * <code>optional string supplierAccount = 7;</code>
        */
       public com.google.protobuf.ByteString
-          getPartIdBytes() {
-        java.lang.Object ref = partId_;
+          getSupplierAccountBytes() {
+        java.lang.Object ref = supplierAccount_;
         if (ref instanceof String) {
           com.google.protobuf.ByteString b = 
               com.google.protobuf.ByteString.copyFromUtf8(
                   (java.lang.String) ref);
-          partId_ = b;
+          supplierAccount_ = b;
           return b;
         } else {
           return (com.google.protobuf.ByteString) ref;
@@ -16578,68 +19453,68 @@ public final class Api {
       }
       /**
        * <pre>
-       *零件
+       *供货商账
        * </pre>
        *
-       * <code>optional string partId = 3;</code>
+       * <code>optional string supplierAccount = 7;</code>
        */
-      public Builder setPartId(
+      public Builder setSupplierAccount(
           java.lang.String value) {
         if (value == null) {
     throw new NullPointerException();
   }
   
-        partId_ = value;
+        supplierAccount_ = value;
         onChanged();
         return this;
       }
       /**
        * <pre>
-       *零件
+       *供货商账
        * </pre>
        *
-       * <code>optional string partId = 3;</code>
+       * <code>optional string supplierAccount = 7;</code>
        */
-      public Builder clearPartId() {
+      public Builder clearSupplierAccount() {
         
-        partId_ = getDefaultInstance().getPartId();
+        supplierAccount_ = getDefaultInstance().getSupplierAccount();
         onChanged();
         return this;
       }
       /**
        * <pre>
-       *零件
+       *供货商账
        * </pre>
        *
-       * <code>optional string partId = 3;</code>
+       * <code>optional string supplierAccount = 7;</code>
        */
-      public Builder setPartIdBytes(
+      public Builder setSupplierAccountBytes(
           com.google.protobuf.ByteString value) {
         if (value == null) {
     throw new NullPointerException();
   }
   checkByteStringIsUtf8(value);
         
-        partId_ = value;
+        supplierAccount_ = value;
         onChanged();
         return this;
       }
 
-      private java.lang.Object boxId_ = "";
+      private java.lang.Object supplierName_ = "";
       /**
        * <pre>
-       *箱号
+       *供货商名称
        * </pre>
        *
-       * <code>optional string boxId = 4;</code>
+       * <code>optional string supplierName = 8;</code>
        */
-      public java.lang.String getBoxId() {
-        java.lang.Object ref = boxId_;
+      public java.lang.String getSupplierName() {
+        java.lang.Object ref = supplierName_;
         if (!(ref instanceof java.lang.String)) {
           com.google.protobuf.ByteString bs =
               (com.google.protobuf.ByteString) ref;
           java.lang.String s = bs.toStringUtf8();
-          boxId_ = s;
+          supplierName_ = s;
           return s;
         } else {
           return (java.lang.String) ref;
@@ -16647,19 +19522,19 @@ public final class Api {
       }
       /**
        * <pre>
-       *箱号
+       *供货商名称
        * </pre>
        *
-       * <code>optional string boxId = 4;</code>
+       * <code>optional string supplierName = 8;</code>
        */
       public com.google.protobuf.ByteString
-          getBoxIdBytes() {
-        java.lang.Object ref = boxId_;
+          getSupplierNameBytes() {
+        java.lang.Object ref = supplierName_;
         if (ref instanceof String) {
           com.google.protobuf.ByteString b = 
               com.google.protobuf.ByteString.copyFromUtf8(
                   (java.lang.String) ref);
-          boxId_ = b;
+          supplierName_ = b;
           return b;
         } else {
           return (com.google.protobuf.ByteString) ref;
@@ -16667,106 +19542,157 @@ public final class Api {
       }
       /**
        * <pre>
-       *箱号
+       *供货商名称
        * </pre>
        *
-       * <code>optional string boxId = 4;</code>
+       * <code>optional string supplierName = 8;</code>
        */
-      public Builder setBoxId(
+      public Builder setSupplierName(
           java.lang.String value) {
         if (value == null) {
     throw new NullPointerException();
   }
   
-        boxId_ = value;
+        supplierName_ = value;
         onChanged();
         return this;
       }
       /**
        * <pre>
-       *箱号
+       *供货商名称
        * </pre>
        *
-       * <code>optional string boxId = 4;</code>
+       * <code>optional string supplierName = 8;</code>
        */
-      public Builder clearBoxId() {
+      public Builder clearSupplierName() {
         
-        boxId_ = getDefaultInstance().getBoxId();
+        supplierName_ = getDefaultInstance().getSupplierName();
         onChanged();
         return this;
       }
       /**
        * <pre>
-       *箱号
+       *供货商名称
        * </pre>
        *
-       * <code>optional string boxId = 4;</code>
+       * <code>optional string supplierName = 8;</code>
        */
-      public Builder setBoxIdBytes(
+      public Builder setSupplierNameBytes(
           com.google.protobuf.ByteString value) {
         if (value == null) {
     throw new NullPointerException();
   }
   checkByteStringIsUtf8(value);
         
-        boxId_ = value;
+        supplierName_ = value;
         onChanged();
         return this;
       }
 
-      private long partNum_ ;
+      private java.lang.Object carrierAccount_ = "";
       /**
        * <pre>
-       *箱中零件数量
+       *承运商账号
        * </pre>
        *
-       * <code>optional int64 partNum = 5;</code>
+       * <code>optional string carrierAccount = 9;</code>
        */
-      public long getPartNum() {
-        return partNum_;
+      public java.lang.String getCarrierAccount() {
+        java.lang.Object ref = carrierAccount_;
+        if (!(ref instanceof java.lang.String)) {
+          com.google.protobuf.ByteString bs =
+              (com.google.protobuf.ByteString) ref;
+          java.lang.String s = bs.toStringUtf8();
+          carrierAccount_ = s;
+          return s;
+        } else {
+          return (java.lang.String) ref;
+        }
       }
       /**
        * <pre>
-       *箱中零件数量
+       *承运商账号
        * </pre>
        *
-       * <code>optional int64 partNum = 5;</code>
+       * <code>optional string carrierAccount = 9;</code>
        */
-      public Builder setPartNum(long value) {
+      public com.google.protobuf.ByteString
+          getCarrierAccountBytes() {
+        java.lang.Object ref = carrierAccount_;
+        if (ref instanceof String) {
+          com.google.protobuf.ByteString b = 
+              com.google.protobuf.ByteString.copyFromUtf8(
+                  (java.lang.String) ref);
+          carrierAccount_ = b;
+          return b;
+        } else {
+          return (com.google.protobuf.ByteString) ref;
+        }
+      }
+      /**
+       * <pre>
+       *承运商账号
+       * </pre>
+       *
+       * <code>optional string carrierAccount = 9;</code>
+       */
+      public Builder setCarrierAccount(
+          java.lang.String value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  
+        carrierAccount_ = value;
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *承运商账号
+       * </pre>
+       *
+       * <code>optional string carrierAccount = 9;</code>
+       */
+      public Builder clearCarrierAccount() {
         
-        partNum_ = value;
+        carrierAccount_ = getDefaultInstance().getCarrierAccount();
         onChanged();
         return this;
       }
       /**
        * <pre>
-       *箱中零件数量
+       *承运商账号
        * </pre>
        *
-       * <code>optional int64 partNum = 5;</code>
+       * <code>optional string carrierAccount = 9;</code>
        */
-      public Builder clearPartNum() {
+      public Builder setCarrierAccountBytes(
+          com.google.protobuf.ByteString value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  checkByteStringIsUtf8(value);
         
-        partNum_ = 0L;
+        carrierAccount_ = value;
         onChanged();
         return this;
       }
 
-      private java.lang.Object deliveryDate_ = "";
+      private java.lang.Object carrierName_ = "";
       /**
        * <pre>
-       *订单发货日期
+       *承运商名称
        * </pre>
        *
-       * <code>optional string deliveryDate = 6;</code>
+       * <code>optional string carrierName = 10;</code>
        */
-      public java.lang.String getDeliveryDate() {
-        java.lang.Object ref = deliveryDate_;
+      public java.lang.String getCarrierName() {
+        java.lang.Object ref = carrierName_;
         if (!(ref instanceof java.lang.String)) {
           com.google.protobuf.ByteString bs =
               (com.google.protobuf.ByteString) ref;
           java.lang.String s = bs.toStringUtf8();
-          deliveryDate_ = s;
+          carrierName_ = s;
           return s;
         } else {
           return (java.lang.String) ref;
@@ -16774,19 +19700,19 @@ public final class Api {
       }
       /**
        * <pre>
-       *订单发货日期
+       *承运商名称
        * </pre>
        *
-       * <code>optional string deliveryDate = 6;</code>
+       * <code>optional string carrierName = 10;</code>
        */
       public com.google.protobuf.ByteString
-          getDeliveryDateBytes() {
-        java.lang.Object ref = deliveryDate_;
+          getCarrierNameBytes() {
+        java.lang.Object ref = carrierName_;
         if (ref instanceof String) {
           com.google.protobuf.ByteString b = 
               com.google.protobuf.ByteString.copyFromUtf8(
                   (java.lang.String) ref);
-          deliveryDate_ = b;
+          carrierName_ = b;
           return b;
         } else {
           return (com.google.protobuf.ByteString) ref;
@@ -16794,49 +19720,49 @@ public final class Api {
       }
       /**
        * <pre>
-       *订单发货日期
+       *承运商名称
        * </pre>
        *
-       * <code>optional string deliveryDate = 6;</code>
+       * <code>optional string carrierName = 10;</code>
        */
-      public Builder setDeliveryDate(
+      public Builder setCarrierName(
           java.lang.String value) {
         if (value == null) {
     throw new NullPointerException();
   }
   
-        deliveryDate_ = value;
+        carrierName_ = value;
         onChanged();
         return this;
       }
       /**
        * <pre>
-       *订单发货日期
+       *承运商名称
        * </pre>
        *
-       * <code>optional string deliveryDate = 6;</code>
+       * <code>optional string carrierName = 10;</code>
        */
-      public Builder clearDeliveryDate() {
+      public Builder clearCarrierName() {
         
-        deliveryDate_ = getDefaultInstance().getDeliveryDate();
+        carrierName_ = getDefaultInstance().getCarrierName();
         onChanged();
         return this;
       }
       /**
        * <pre>
-       *订单发货日期
+       *承运商名称
        * </pre>
        *
-       * <code>optional string deliveryDate = 6;</code>
+       * <code>optional string carrierName = 10;</code>
        */
-      public Builder setDeliveryDateBytes(
+      public Builder setCarrierNameBytes(
           com.google.protobuf.ByteString value) {
         if (value == null) {
     throw new NullPointerException();
   }
   checkByteStringIsUtf8(value);
         
-        deliveryDate_ = value;
+        carrierName_ = value;
         onChanged();
         return this;
       }
@@ -16964,6 +19890,51 @@ public final class Api {
      */
     com.google.protobuf.ByteString
         getCarryDateBytes();
+
+    /**
+     * <pre>
+     *承运商账号
+     * </pre>
+     *
+     * <code>optional string carrierAccount = 5;</code>
+     */
+    java.lang.String getCarrierAccount();
+    /**
+     * <pre>
+     *承运商账号
+     * </pre>
+     *
+     * <code>optional string carrierAccount = 5;</code>
+     */
+    com.google.protobuf.ByteString
+        getCarrierAccountBytes();
+
+    /**
+     * <pre>
+     *承运商名称
+     * </pre>
+     *
+     * <code>optional string carrierName = 6;</code>
+     */
+    java.lang.String getCarrierName();
+    /**
+     * <pre>
+     *承运商名称
+     * </pre>
+     *
+     * <code>optional string carrierName = 6;</code>
+     */
+    com.google.protobuf.ByteString
+        getCarrierNameBytes();
+
+    /**
+     * <pre>
+     *箱数
+     * </pre>
+     *
+     * <code>optional int64 boxNum = 7;</code>
+     */
+    long getBoxNum();
   }
   /**
    * Protobuf type {@code smsc.RequestCarry}
@@ -16981,6 +19952,9 @@ public final class Api {
       boxId_ = "";
       carId_ = "";
       carryDate_ = "";
+      carrierAccount_ = "";
+      carrierName_ = "";
+      boxNum_ = 0L;
     }
 
     @java.lang.Override
@@ -17032,6 +20006,23 @@ public final class Api {
               carryDate_ = s;
               break;
             }
+            case 42: {
+              java.lang.String s = input.readStringRequireUtf8();
+
+              carrierAccount_ = s;
+              break;
+            }
+            case 50: {
+              java.lang.String s = input.readStringRequireUtf8();
+
+              carrierName_ = s;
+              break;
+            }
+            case 56: {
+
+              boxNum_ = input.readInt64();
+              break;
+            }
           }
         }
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -17223,6 +20214,103 @@ public final class Api {
       }
     }
 
+    public static final int CARRIERACCOUNT_FIELD_NUMBER = 5;
+    private volatile java.lang.Object carrierAccount_;
+    /**
+     * <pre>
+     *承运商账号
+     * </pre>
+     *
+     * <code>optional string carrierAccount = 5;</code>
+     */
+    public java.lang.String getCarrierAccount() {
+      java.lang.Object ref = carrierAccount_;
+      if (ref instanceof java.lang.String) {
+        return (java.lang.String) ref;
+      } else {
+        com.google.protobuf.ByteString bs = 
+            (com.google.protobuf.ByteString) ref;
+        java.lang.String s = bs.toStringUtf8();
+        carrierAccount_ = s;
+        return s;
+      }
+    }
+    /**
+     * <pre>
+     *承运商账号
+     * </pre>
+     *
+     * <code>optional string carrierAccount = 5;</code>
+     */
+    public com.google.protobuf.ByteString
+        getCarrierAccountBytes() {
+      java.lang.Object ref = carrierAccount_;
+      if (ref instanceof java.lang.String) {
+        com.google.protobuf.ByteString b = 
+            com.google.protobuf.ByteString.copyFromUtf8(
+                (java.lang.String) ref);
+        carrierAccount_ = b;
+        return b;
+      } else {
+        return (com.google.protobuf.ByteString) ref;
+      }
+    }
+
+    public static final int CARRIERNAME_FIELD_NUMBER = 6;
+    private volatile java.lang.Object carrierName_;
+    /**
+     * <pre>
+     *承运商名称
+     * </pre>
+     *
+     * <code>optional string carrierName = 6;</code>
+     */
+    public java.lang.String getCarrierName() {
+      java.lang.Object ref = carrierName_;
+      if (ref instanceof java.lang.String) {
+        return (java.lang.String) ref;
+      } else {
+        com.google.protobuf.ByteString bs = 
+            (com.google.protobuf.ByteString) ref;
+        java.lang.String s = bs.toStringUtf8();
+        carrierName_ = s;
+        return s;
+      }
+    }
+    /**
+     * <pre>
+     *承运商名称
+     * </pre>
+     *
+     * <code>optional string carrierName = 6;</code>
+     */
+    public com.google.protobuf.ByteString
+        getCarrierNameBytes() {
+      java.lang.Object ref = carrierName_;
+      if (ref instanceof java.lang.String) {
+        com.google.protobuf.ByteString b = 
+            com.google.protobuf.ByteString.copyFromUtf8(
+                (java.lang.String) ref);
+        carrierName_ = b;
+        return b;
+      } else {
+        return (com.google.protobuf.ByteString) ref;
+      }
+    }
+
+    public static final int BOXNUM_FIELD_NUMBER = 7;
+    private long boxNum_;
+    /**
+     * <pre>
+     *箱数
+     * </pre>
+     *
+     * <code>optional int64 boxNum = 7;</code>
+     */
+    public long getBoxNum() {
+      return boxNum_;
+    }
+
     private byte memoizedIsInitialized = -1;
     public final boolean isInitialized() {
       byte isInitialized = memoizedIsInitialized;
@@ -17247,6 +20335,15 @@ public final class Api {
       if (!getCarryDateBytes().isEmpty()) {
         com.google.protobuf.GeneratedMessageV3.writeString(output, 4, carryDate_);
       }
+      if (!getCarrierAccountBytes().isEmpty()) {
+        com.google.protobuf.GeneratedMessageV3.writeString(output, 5, carrierAccount_);
+      }
+      if (!getCarrierNameBytes().isEmpty()) {
+        com.google.protobuf.GeneratedMessageV3.writeString(output, 6, carrierName_);
+      }
+      if (boxNum_ != 0L) {
+        output.writeInt64(7, boxNum_);
+      }
     }
 
     public int getSerializedSize() {
@@ -17266,6 +20363,16 @@ public final class Api {
       if (!getCarryDateBytes().isEmpty()) {
         size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, carryDate_);
       }
+      if (!getCarrierAccountBytes().isEmpty()) {
+        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, carrierAccount_);
+      }
+      if (!getCarrierNameBytes().isEmpty()) {
+        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, carrierName_);
+      }
+      if (boxNum_ != 0L) {
+        size += com.google.protobuf.CodedOutputStream
+          .computeInt64Size(7, boxNum_);
+      }
       memoizedSize = size;
       return size;
     }
@@ -17290,6 +20397,12 @@ public final class Api {
           .equals(other.getCarId());
       result = result && getCarryDate()
           .equals(other.getCarryDate());
+      result = result && getCarrierAccount()
+          .equals(other.getCarrierAccount());
+      result = result && getCarrierName()
+          .equals(other.getCarrierName());
+      result = result && (getBoxNum()
+          == other.getBoxNum());
       return result;
     }
 
@@ -17308,6 +20421,13 @@ public final class Api {
       hash = (53 * hash) + getCarId().hashCode();
       hash = (37 * hash) + CARRYDATE_FIELD_NUMBER;
       hash = (53 * hash) + getCarryDate().hashCode();
+      hash = (37 * hash) + CARRIERACCOUNT_FIELD_NUMBER;
+      hash = (53 * hash) + getCarrierAccount().hashCode();
+      hash = (37 * hash) + CARRIERNAME_FIELD_NUMBER;
+      hash = (53 * hash) + getCarrierName().hashCode();
+      hash = (37 * hash) + BOXNUM_FIELD_NUMBER;
+      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
+          getBoxNum());
       hash = (29 * hash) + unknownFields.hashCode();
       memoizedHashCode = hash;
       return hash;
@@ -17434,6 +20554,12 @@ public final class Api {
 
         carryDate_ = "";
 
+        carrierAccount_ = "";
+
+        carrierName_ = "";
+
+        boxNum_ = 0L;
+
         return this;
       }
 
@@ -17460,6 +20586,9 @@ public final class Api {
         result.boxId_ = boxId_;
         result.carId_ = carId_;
         result.carryDate_ = carryDate_;
+        result.carrierAccount_ = carrierAccount_;
+        result.carrierName_ = carrierName_;
+        result.boxNum_ = boxNum_;
         onBuilt();
         return result;
       }
@@ -17517,6 +20646,17 @@ public final class Api {
           carryDate_ = other.carryDate_;
           onChanged();
         }
+        if (!other.getCarrierAccount().isEmpty()) {
+          carrierAccount_ = other.carrierAccount_;
+          onChanged();
+        }
+        if (!other.getCarrierName().isEmpty()) {
+          carrierName_ = other.carrierName_;
+          onChanged();
+        }
+        if (other.getBoxNum() != 0L) {
+          setBoxNum(other.getBoxNum());
+        }
         onChanged();
         return this;
       }
@@ -17898,6 +21038,222 @@ public final class Api {
         onChanged();
         return this;
       }
+
+      private java.lang.Object carrierAccount_ = "";
+      /**
+       * <pre>
+       *承运商账号
+       * </pre>
+       *
+       * <code>optional string carrierAccount = 5;</code>
+       */
+      public java.lang.String getCarrierAccount() {
+        java.lang.Object ref = carrierAccount_;
+        if (!(ref instanceof java.lang.String)) {
+          com.google.protobuf.ByteString bs =
+              (com.google.protobuf.ByteString) ref;
+          java.lang.String s = bs.toStringUtf8();
+          carrierAccount_ = s;
+          return s;
+        } else {
+          return (java.lang.String) ref;
+        }
+      }
+      /**
+       * <pre>
+       *承运商账号
+       * </pre>
+       *
+       * <code>optional string carrierAccount = 5;</code>
+       */
+      public com.google.protobuf.ByteString
+          getCarrierAccountBytes() {
+        java.lang.Object ref = carrierAccount_;
+        if (ref instanceof String) {
+          com.google.protobuf.ByteString b = 
+              com.google.protobuf.ByteString.copyFromUtf8(
+                  (java.lang.String) ref);
+          carrierAccount_ = b;
+          return b;
+        } else {
+          return (com.google.protobuf.ByteString) ref;
+        }
+      }
+      /**
+       * <pre>
+       *承运商账号
+       * </pre>
+       *
+       * <code>optional string carrierAccount = 5;</code>
+       */
+      public Builder setCarrierAccount(
+          java.lang.String value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  
+        carrierAccount_ = value;
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *承运商账号
+       * </pre>
+       *
+       * <code>optional string carrierAccount = 5;</code>
+       */
+      public Builder clearCarrierAccount() {
+        
+        carrierAccount_ = getDefaultInstance().getCarrierAccount();
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *承运商账号
+       * </pre>
+       *
+       * <code>optional string carrierAccount = 5;</code>
+       */
+      public Builder setCarrierAccountBytes(
+          com.google.protobuf.ByteString value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  checkByteStringIsUtf8(value);
+        
+        carrierAccount_ = value;
+        onChanged();
+        return this;
+      }
+
+      private java.lang.Object carrierName_ = "";
+      /**
+       * <pre>
+       *承运商名称
+       * </pre>
+       *
+       * <code>optional string carrierName = 6;</code>
+       */
+      public java.lang.String getCarrierName() {
+        java.lang.Object ref = carrierName_;
+        if (!(ref instanceof java.lang.String)) {
+          com.google.protobuf.ByteString bs =
+              (com.google.protobuf.ByteString) ref;
+          java.lang.String s = bs.toStringUtf8();
+          carrierName_ = s;
+          return s;
+        } else {
+          return (java.lang.String) ref;
+        }
+      }
+      /**
+       * <pre>
+       *承运商名称
+       * </pre>
+       *
+       * <code>optional string carrierName = 6;</code>
+       */
+      public com.google.protobuf.ByteString
+          getCarrierNameBytes() {
+        java.lang.Object ref = carrierName_;
+        if (ref instanceof String) {
+          com.google.protobuf.ByteString b = 
+              com.google.protobuf.ByteString.copyFromUtf8(
+                  (java.lang.String) ref);
+          carrierName_ = b;
+          return b;
+        } else {
+          return (com.google.protobuf.ByteString) ref;
+        }
+      }
+      /**
+       * <pre>
+       *承运商名称
+       * </pre>
+       *
+       * <code>optional string carrierName = 6;</code>
+       */
+      public Builder setCarrierName(
+          java.lang.String value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  
+        carrierName_ = value;
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *承运商名称
+       * </pre>
+       *
+       * <code>optional string carrierName = 6;</code>
+       */
+      public Builder clearCarrierName() {
+        
+        carrierName_ = getDefaultInstance().getCarrierName();
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *承运商名称
+       * </pre>
+       *
+       * <code>optional string carrierName = 6;</code>
+       */
+      public Builder setCarrierNameBytes(
+          com.google.protobuf.ByteString value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  checkByteStringIsUtf8(value);
+        
+        carrierName_ = value;
+        onChanged();
+        return this;
+      }
+
+      private long boxNum_ ;
+      /**
+       * <pre>
+       *箱数
+       * </pre>
+       *
+       * <code>optional int64 boxNum = 7;</code>
+       */
+      public long getBoxNum() {
+        return boxNum_;
+      }
+      /**
+       * <pre>
+       *箱数
+       * </pre>
+       *
+       * <code>optional int64 boxNum = 7;</code>
+       */
+      public Builder setBoxNum(long value) {
+        
+        boxNum_ = value;
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *箱数
+       * </pre>
+       *
+       * <code>optional int64 boxNum = 7;</code>
+       */
+      public Builder clearBoxNum() {
+        
+        boxNum_ = 0L;
+        onChanged();
+        return this;
+      }
       public final Builder setUnknownFields(
           final com.google.protobuf.UnknownFieldSet unknownFields) {
         return this;
@@ -17991,18 +21347,117 @@ public final class Api {
      *点货日期
      * </pre>
      *
-     * <code>optional string checkDate = 3;</code>
+     * <code>optional string checkDate = 3;</code>
+     */
+    java.lang.String getCheckDate();
+    /**
+     * <pre>
+     *点货日期
+     * </pre>
+     *
+     * <code>optional string checkDate = 3;</code>
+     */
+    com.google.protobuf.ByteString
+        getCheckDateBytes();
+
+    /**
+     * <pre>
+     *点货员账号
+     * </pre>
+     *
+     * <code>optional string checkerAccount = 4;</code>
+     */
+    java.lang.String getCheckerAccount();
+    /**
+     * <pre>
+     *点货员账号
+     * </pre>
+     *
+     * <code>optional string checkerAccount = 4;</code>
+     */
+    com.google.protobuf.ByteString
+        getCheckerAccountBytes();
+
+    /**
+     * <pre>
+     *点货员名称
+     * </pre>
+     *
+     * <code>optional string checkerName = 5;</code>
+     */
+    java.lang.String getCheckerName();
+    /**
+     * <pre>
+     *点货员名称
+     * </pre>
+     *
+     * <code>optional string checkerName = 5;</code>
+     */
+    com.google.protobuf.ByteString
+        getCheckerNameBytes();
+
+    /**
+     * <pre>
+     *零件号
+     * </pre>
+     *
+     * <code>optional string partId = 6;</code>
+     */
+    java.lang.String getPartId();
+    /**
+     * <pre>
+     *零件号
+     * </pre>
+     *
+     * <code>optional string partId = 6;</code>
+     */
+    com.google.protobuf.ByteString
+        getPartIdBytes();
+
+    /**
+     * <pre>
+     *箱号
+     * </pre>
+     *
+     * <code>optional string boxId = 7;</code>
+     */
+    java.lang.String getBoxId();
+    /**
+     * <pre>
+     *箱号
+     * </pre>
+     *
+     * <code>optional string boxId = 7;</code>
+     */
+    com.google.protobuf.ByteString
+        getBoxIdBytes();
+
+    /**
+     * <pre>
+     *箱数
+     * </pre>
+     *
+     * <code>optional int64 boxNum = 8;</code>
+     */
+    long getBoxNum();
+
+    /**
+     * <pre>
+     *车牌号码
+     * </pre>
+     *
+     * <code>optional string carId = 9;</code>
      */
-    java.lang.String getCheckDate();
+    java.lang.String getCarId();
     /**
      * <pre>
-     *点货日期
+     *车牌号码
      * </pre>
      *
-     * <code>optional string checkDate = 3;</code>
+     * <code>optional string carId = 9;</code>
      */
     com.google.protobuf.ByteString
-        getCheckDateBytes();
+        getCarIdBytes();
   }
   /**
    * Protobuf type {@code smsc.RequestCheck}
@@ -18019,6 +21474,12 @@ public final class Api {
       orderId_ = "";
       op_ = 0;
       checkDate_ = "";
+      checkerAccount_ = "";
+      checkerName_ = "";
+      partId_ = "";
+      boxId_ = "";
+      boxNum_ = 0L;
+      carId_ = "";
     }
 
     @java.lang.Override
@@ -18064,6 +21525,41 @@ public final class Api {
               checkDate_ = s;
               break;
             }
+            case 34: {
+              java.lang.String s = input.readStringRequireUtf8();
+
+              checkerAccount_ = s;
+              break;
+            }
+            case 42: {
+              java.lang.String s = input.readStringRequireUtf8();
+
+              checkerName_ = s;
+              break;
+            }
+            case 50: {
+              java.lang.String s = input.readStringRequireUtf8();
+
+              partId_ = s;
+              break;
+            }
+            case 58: {
+              java.lang.String s = input.readStringRequireUtf8();
+
+              boxId_ = s;
+              break;
+            }
+            case 64: {
+
+              boxNum_ = input.readInt64();
+              break;
+            }
+            case 74: {
+              java.lang.String s = input.readStringRequireUtf8();
+
+              carId_ = s;
+              break;
+            }
           }
         }
       } catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -18195,6 +21691,229 @@ public final class Api {
       }
     }
 
+    public static final int CHECKERACCOUNT_FIELD_NUMBER = 4;
+    private volatile java.lang.Object checkerAccount_;
+    /**
+     * <pre>
+     *点货员账号
+     * </pre>
+     *
+     * <code>optional string checkerAccount = 4;</code>
+     */
+    public java.lang.String getCheckerAccount() {
+      java.lang.Object ref = checkerAccount_;
+      if (ref instanceof java.lang.String) {
+        return (java.lang.String) ref;
+      } else {
+        com.google.protobuf.ByteString bs = 
+            (com.google.protobuf.ByteString) ref;
+        java.lang.String s = bs.toStringUtf8();
+        checkerAccount_ = s;
+        return s;
+      }
+    }
+    /**
+     * <pre>
+     *点货员账号
+     * </pre>
+     *
+     * <code>optional string checkerAccount = 4;</code>
+     */
+    public com.google.protobuf.ByteString
+        getCheckerAccountBytes() {
+      java.lang.Object ref = checkerAccount_;
+      if (ref instanceof java.lang.String) {
+        com.google.protobuf.ByteString b = 
+            com.google.protobuf.ByteString.copyFromUtf8(
+                (java.lang.String) ref);
+        checkerAccount_ = b;
+        return b;
+      } else {
+        return (com.google.protobuf.ByteString) ref;
+      }
+    }
+
+    public static final int CHECKERNAME_FIELD_NUMBER = 5;
+    private volatile java.lang.Object checkerName_;
+    /**
+     * <pre>
+     *点货员名称
+     * </pre>
+     *
+     * <code>optional string checkerName = 5;</code>
+     */
+    public java.lang.String getCheckerName() {
+      java.lang.Object ref = checkerName_;
+      if (ref instanceof java.lang.String) {
+        return (java.lang.String) ref;
+      } else {
+        com.google.protobuf.ByteString bs = 
+            (com.google.protobuf.ByteString) ref;
+        java.lang.String s = bs.toStringUtf8();
+        checkerName_ = s;
+        return s;
+      }
+    }
+    /**
+     * <pre>
+     *点货员名称
+     * </pre>
+     *
+     * <code>optional string checkerName = 5;</code>
+     */
+    public com.google.protobuf.ByteString
+        getCheckerNameBytes() {
+      java.lang.Object ref = checkerName_;
+      if (ref instanceof java.lang.String) {
+        com.google.protobuf.ByteString b = 
+            com.google.protobuf.ByteString.copyFromUtf8(
+                (java.lang.String) ref);
+        checkerName_ = b;
+        return b;
+      } else {
+        return (com.google.protobuf.ByteString) ref;
+      }
+    }
+
+    public static final int PARTID_FIELD_NUMBER = 6;
+    private volatile java.lang.Object partId_;
+    /**
+     * <pre>
+     *零件号
+     * </pre>
+     *
+     * <code>optional string partId = 6;</code>
+     */
+    public java.lang.String getPartId() {
+      java.lang.Object ref = partId_;
+      if (ref instanceof java.lang.String) {
+        return (java.lang.String) ref;
+      } else {
+        com.google.protobuf.ByteString bs = 
+            (com.google.protobuf.ByteString) ref;
+        java.lang.String s = bs.toStringUtf8();
+        partId_ = s;
+        return s;
+      }
+    }
+    /**
+     * <pre>
+     *零件号
+     * </pre>
+     *
+     * <code>optional string partId = 6;</code>
+     */
+    public com.google.protobuf.ByteString
+        getPartIdBytes() {
+      java.lang.Object ref = partId_;
+      if (ref instanceof java.lang.String) {
+        com.google.protobuf.ByteString b = 
+            com.google.protobuf.ByteString.copyFromUtf8(
+                (java.lang.String) ref);
+        partId_ = b;
+        return b;
+      } else {
+        return (com.google.protobuf.ByteString) ref;
+      }
+    }
+
+    public static final int BOXID_FIELD_NUMBER = 7;
+    private volatile java.lang.Object boxId_;
+    /**
+     * <pre>
+     *箱号
+     * </pre>
+     *
+     * <code>optional string boxId = 7;</code>
+     */
+    public java.lang.String getBoxId() {
+      java.lang.Object ref = boxId_;
+      if (ref instanceof java.lang.String) {
+        return (java.lang.String) ref;
+      } else {
+        com.google.protobuf.ByteString bs = 
+            (com.google.protobuf.ByteString) ref;
+        java.lang.String s = bs.toStringUtf8();
+        boxId_ = s;
+        return s;
+      }
+    }
+    /**
+     * <pre>
+     *箱号
+     * </pre>
+     *
+     * <code>optional string boxId = 7;</code>
+     */
+    public com.google.protobuf.ByteString
+        getBoxIdBytes() {
+      java.lang.Object ref = boxId_;
+      if (ref instanceof java.lang.String) {
+        com.google.protobuf.ByteString b = 
+            com.google.protobuf.ByteString.copyFromUtf8(
+                (java.lang.String) ref);
+        boxId_ = b;
+        return b;
+      } else {
+        return (com.google.protobuf.ByteString) ref;
+      }
+    }
+
+    public static final int BOXNUM_FIELD_NUMBER = 8;
+    private long boxNum_;
+    /**
+     * <pre>
+     *箱数
+     * </pre>
+     *
+     * <code>optional int64 boxNum = 8;</code>
+     */
+    public long getBoxNum() {
+      return boxNum_;
+    }
+
+    public static final int CARID_FIELD_NUMBER = 9;
+    private volatile java.lang.Object carId_;
+    /**
+     * <pre>
+     *车牌号码
+     * </pre>
+     *
+     * <code>optional string carId = 9;</code>
+     */
+    public java.lang.String getCarId() {
+      java.lang.Object ref = carId_;
+      if (ref instanceof java.lang.String) {
+        return (java.lang.String) ref;
+      } else {
+        com.google.protobuf.ByteString bs = 
+            (com.google.protobuf.ByteString) ref;
+        java.lang.String s = bs.toStringUtf8();
+        carId_ = s;
+        return s;
+      }
+    }
+    /**
+     * <pre>
+     *车牌号码
+     * </pre>
+     *
+     * <code>optional string carId = 9;</code>
+     */
+    public com.google.protobuf.ByteString
+        getCarIdBytes() {
+      java.lang.Object ref = carId_;
+      if (ref instanceof java.lang.String) {
+        com.google.protobuf.ByteString b = 
+            com.google.protobuf.ByteString.copyFromUtf8(
+                (java.lang.String) ref);
+        carId_ = b;
+        return b;
+      } else {
+        return (com.google.protobuf.ByteString) ref;
+      }
+    }
+
     private byte memoizedIsInitialized = -1;
     public final boolean isInitialized() {
       byte isInitialized = memoizedIsInitialized;
@@ -18216,6 +21935,24 @@ public final class Api {
       if (!getCheckDateBytes().isEmpty()) {
         com.google.protobuf.GeneratedMessageV3.writeString(output, 3, checkDate_);
       }
+      if (!getCheckerAccountBytes().isEmpty()) {
+        com.google.protobuf.GeneratedMessageV3.writeString(output, 4, checkerAccount_);
+      }
+      if (!getCheckerNameBytes().isEmpty()) {
+        com.google.protobuf.GeneratedMessageV3.writeString(output, 5, checkerName_);
+      }
+      if (!getPartIdBytes().isEmpty()) {
+        com.google.protobuf.GeneratedMessageV3.writeString(output, 6, partId_);
+      }
+      if (!getBoxIdBytes().isEmpty()) {
+        com.google.protobuf.GeneratedMessageV3.writeString(output, 7, boxId_);
+      }
+      if (boxNum_ != 0L) {
+        output.writeInt64(8, boxNum_);
+      }
+      if (!getCarIdBytes().isEmpty()) {
+        com.google.protobuf.GeneratedMessageV3.writeString(output, 9, carId_);
+      }
     }
 
     public int getSerializedSize() {
@@ -18233,6 +21970,25 @@ public final class Api {
       if (!getCheckDateBytes().isEmpty()) {
         size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, checkDate_);
       }
+      if (!getCheckerAccountBytes().isEmpty()) {
+        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, checkerAccount_);
+      }
+      if (!getCheckerNameBytes().isEmpty()) {
+        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, checkerName_);
+      }
+      if (!getPartIdBytes().isEmpty()) {
+        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, partId_);
+      }
+      if (!getBoxIdBytes().isEmpty()) {
+        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, boxId_);
+      }
+      if (boxNum_ != 0L) {
+        size += com.google.protobuf.CodedOutputStream
+          .computeInt64Size(8, boxNum_);
+      }
+      if (!getCarIdBytes().isEmpty()) {
+        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, carId_);
+      }
       memoizedSize = size;
       return size;
     }
@@ -18254,6 +22010,18 @@ public final class Api {
       result = result && op_ == other.op_;
       result = result && getCheckDate()
           .equals(other.getCheckDate());
+      result = result && getCheckerAccount()
+          .equals(other.getCheckerAccount());
+      result = result && getCheckerName()
+          .equals(other.getCheckerName());
+      result = result && getPartId()
+          .equals(other.getPartId());
+      result = result && getBoxId()
+          .equals(other.getBoxId());
+      result = result && (getBoxNum()
+          == other.getBoxNum());
+      result = result && getCarId()
+          .equals(other.getCarId());
       return result;
     }
 
@@ -18270,6 +22038,19 @@ public final class Api {
       hash = (53 * hash) + op_;
       hash = (37 * hash) + CHECKDATE_FIELD_NUMBER;
       hash = (53 * hash) + getCheckDate().hashCode();
+      hash = (37 * hash) + CHECKERACCOUNT_FIELD_NUMBER;
+      hash = (53 * hash) + getCheckerAccount().hashCode();
+      hash = (37 * hash) + CHECKERNAME_FIELD_NUMBER;
+      hash = (53 * hash) + getCheckerName().hashCode();
+      hash = (37 * hash) + PARTID_FIELD_NUMBER;
+      hash = (53 * hash) + getPartId().hashCode();
+      hash = (37 * hash) + BOXID_FIELD_NUMBER;
+      hash = (53 * hash) + getBoxId().hashCode();
+      hash = (37 * hash) + BOXNUM_FIELD_NUMBER;
+      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
+          getBoxNum());
+      hash = (37 * hash) + CARID_FIELD_NUMBER;
+      hash = (53 * hash) + getCarId().hashCode();
       hash = (29 * hash) + unknownFields.hashCode();
       memoizedHashCode = hash;
       return hash;
@@ -18375,143 +22156,604 @@ public final class Api {
       private Builder() {
         maybeForceBuilderInitialization();
       }
-
-      private Builder(
-          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
-        super(parent);
-        maybeForceBuilderInitialization();
+
+      private Builder(
+          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+        super(parent);
+        maybeForceBuilderInitialization();
+      }
+      private void maybeForceBuilderInitialization() {
+        if (com.google.protobuf.GeneratedMessageV3
+                .alwaysUseFieldBuilders) {
+        }
+      }
+      public Builder clear() {
+        super.clear();
+        orderId_ = "";
+
+        op_ = 0;
+
+        checkDate_ = "";
+
+        checkerAccount_ = "";
+
+        checkerName_ = "";
+
+        partId_ = "";
+
+        boxId_ = "";
+
+        boxNum_ = 0L;
+
+        carId_ = "";
+
+        return this;
+      }
+
+      public com.google.protobuf.Descriptors.Descriptor
+          getDescriptorForType() {
+        return smsc.Api.internal_static_smsc_RequestCheck_descriptor;
+      }
+
+      public smsc.Api.RequestCheck getDefaultInstanceForType() {
+        return smsc.Api.RequestCheck.getDefaultInstance();
+      }
+
+      public smsc.Api.RequestCheck build() {
+        smsc.Api.RequestCheck result = buildPartial();
+        if (!result.isInitialized()) {
+          throw newUninitializedMessageException(result);
+        }
+        return result;
+      }
+
+      public smsc.Api.RequestCheck buildPartial() {
+        smsc.Api.RequestCheck result = new smsc.Api.RequestCheck(this);
+        result.orderId_ = orderId_;
+        result.op_ = op_;
+        result.checkDate_ = checkDate_;
+        result.checkerAccount_ = checkerAccount_;
+        result.checkerName_ = checkerName_;
+        result.partId_ = partId_;
+        result.boxId_ = boxId_;
+        result.boxNum_ = boxNum_;
+        result.carId_ = carId_;
+        onBuilt();
+        return result;
+      }
+
+      public Builder clone() {
+        return (Builder) super.clone();
+      }
+      public Builder setField(
+          com.google.protobuf.Descriptors.FieldDescriptor field,
+          Object value) {
+        return (Builder) super.setField(field, value);
+      }
+      public Builder clearField(
+          com.google.protobuf.Descriptors.FieldDescriptor field) {
+        return (Builder) super.clearField(field);
+      }
+      public Builder clearOneof(
+          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+        return (Builder) super.clearOneof(oneof);
+      }
+      public Builder setRepeatedField(
+          com.google.protobuf.Descriptors.FieldDescriptor field,
+          int index, Object value) {
+        return (Builder) super.setRepeatedField(field, index, value);
+      }
+      public Builder addRepeatedField(
+          com.google.protobuf.Descriptors.FieldDescriptor field,
+          Object value) {
+        return (Builder) super.addRepeatedField(field, value);
+      }
+      public Builder mergeFrom(com.google.protobuf.Message other) {
+        if (other instanceof smsc.Api.RequestCheck) {
+          return mergeFrom((smsc.Api.RequestCheck)other);
+        } else {
+          super.mergeFrom(other);
+          return this;
+        }
+      }
+
+      public Builder mergeFrom(smsc.Api.RequestCheck other) {
+        if (other == smsc.Api.RequestCheck.getDefaultInstance()) return this;
+        if (!other.getOrderId().isEmpty()) {
+          orderId_ = other.orderId_;
+          onChanged();
+        }
+        if (other.op_ != 0) {
+          setOpValue(other.getOpValue());
+        }
+        if (!other.getCheckDate().isEmpty()) {
+          checkDate_ = other.checkDate_;
+          onChanged();
+        }
+        if (!other.getCheckerAccount().isEmpty()) {
+          checkerAccount_ = other.checkerAccount_;
+          onChanged();
+        }
+        if (!other.getCheckerName().isEmpty()) {
+          checkerName_ = other.checkerName_;
+          onChanged();
+        }
+        if (!other.getPartId().isEmpty()) {
+          partId_ = other.partId_;
+          onChanged();
+        }
+        if (!other.getBoxId().isEmpty()) {
+          boxId_ = other.boxId_;
+          onChanged();
+        }
+        if (other.getBoxNum() != 0L) {
+          setBoxNum(other.getBoxNum());
+        }
+        if (!other.getCarId().isEmpty()) {
+          carId_ = other.carId_;
+          onChanged();
+        }
+        onChanged();
+        return this;
+      }
+
+      public final boolean isInitialized() {
+        return true;
+      }
+
+      public Builder mergeFrom(
+          com.google.protobuf.CodedInputStream input,
+          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+          throws java.io.IOException {
+        smsc.Api.RequestCheck parsedMessage = null;
+        try {
+          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
+        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
+          parsedMessage = (smsc.Api.RequestCheck) e.getUnfinishedMessage();
+          throw e.unwrapIOException();
+        } finally {
+          if (parsedMessage != null) {
+            mergeFrom(parsedMessage);
+          }
+        }
+        return this;
+      }
+
+      private java.lang.Object orderId_ = "";
+      /**
+       * <pre>
+       *订单id
+       * </pre>
+       *
+       * <code>optional string orderId = 1;</code>
+       */
+      public java.lang.String getOrderId() {
+        java.lang.Object ref = orderId_;
+        if (!(ref instanceof java.lang.String)) {
+          com.google.protobuf.ByteString bs =
+              (com.google.protobuf.ByteString) ref;
+          java.lang.String s = bs.toStringUtf8();
+          orderId_ = s;
+          return s;
+        } else {
+          return (java.lang.String) ref;
+        }
+      }
+      /**
+       * <pre>
+       *订单id
+       * </pre>
+       *
+       * <code>optional string orderId = 1;</code>
+       */
+      public com.google.protobuf.ByteString
+          getOrderIdBytes() {
+        java.lang.Object ref = orderId_;
+        if (ref instanceof String) {
+          com.google.protobuf.ByteString b = 
+              com.google.protobuf.ByteString.copyFromUtf8(
+                  (java.lang.String) ref);
+          orderId_ = b;
+          return b;
+        } else {
+          return (com.google.protobuf.ByteString) ref;
+        }
+      }
+      /**
+       * <pre>
+       *订单id
+       * </pre>
+       *
+       * <code>optional string orderId = 1;</code>
+       */
+      public Builder setOrderId(
+          java.lang.String value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  
+        orderId_ = value;
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *订单id
+       * </pre>
+       *
+       * <code>optional string orderId = 1;</code>
+       */
+      public Builder clearOrderId() {
+        
+        orderId_ = getDefaultInstance().getOrderId();
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *订单id
+       * </pre>
+       *
+       * <code>optional string orderId = 1;</code>
+       */
+      public Builder setOrderIdBytes(
+          com.google.protobuf.ByteString value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  checkByteStringIsUtf8(value);
+        
+        orderId_ = value;
+        onChanged();
+        return this;
+      }
+
+      private int op_ = 0;
+      /**
+       * <pre>
+       *确认点货或拒收
+       * </pre>
+       *
+       * <code>optional .smsc.Operate op = 2;</code>
+       */
+      public int getOpValue() {
+        return op_;
+      }
+      /**
+       * <pre>
+       *确认点货或拒收
+       * </pre>
+       *
+       * <code>optional .smsc.Operate op = 2;</code>
+       */
+      public Builder setOpValue(int value) {
+        op_ = value;
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *确认点货或拒收
+       * </pre>
+       *
+       * <code>optional .smsc.Operate op = 2;</code>
+       */
+      public smsc.Api.Operate getOp() {
+        smsc.Api.Operate result = smsc.Api.Operate.valueOf(op_);
+        return result == null ? smsc.Api.Operate.UNRECOGNIZED : result;
       }
-      private void maybeForceBuilderInitialization() {
-        if (com.google.protobuf.GeneratedMessageV3
-                .alwaysUseFieldBuilders) {
+      /**
+       * <pre>
+       *确认点货或拒收
+       * </pre>
+       *
+       * <code>optional .smsc.Operate op = 2;</code>
+       */
+      public Builder setOp(smsc.Api.Operate value) {
+        if (value == null) {
+          throw new NullPointerException();
         }
+        
+        op_ = value.getNumber();
+        onChanged();
+        return this;
       }
-      public Builder clear() {
-        super.clear();
-        orderId_ = "";
-
+      /**
+       * <pre>
+       *确认点货或拒收
+       * </pre>
+       *
+       * <code>optional .smsc.Operate op = 2;</code>
+       */
+      public Builder clearOp() {
+        
         op_ = 0;
-
-        checkDate_ = "";
-
+        onChanged();
         return this;
       }
 
-      public com.google.protobuf.Descriptors.Descriptor
-          getDescriptorForType() {
-        return smsc.Api.internal_static_smsc_RequestCheck_descriptor;
-      }
-
-      public smsc.Api.RequestCheck getDefaultInstanceForType() {
-        return smsc.Api.RequestCheck.getDefaultInstance();
+      private java.lang.Object checkDate_ = "";
+      /**
+       * <pre>
+       *点货日期
+       * </pre>
+       *
+       * <code>optional string checkDate = 3;</code>
+       */
+      public java.lang.String getCheckDate() {
+        java.lang.Object ref = checkDate_;
+        if (!(ref instanceof java.lang.String)) {
+          com.google.protobuf.ByteString bs =
+              (com.google.protobuf.ByteString) ref;
+          java.lang.String s = bs.toStringUtf8();
+          checkDate_ = s;
+          return s;
+        } else {
+          return (java.lang.String) ref;
+        }
       }
-
-      public smsc.Api.RequestCheck build() {
-        smsc.Api.RequestCheck result = buildPartial();
-        if (!result.isInitialized()) {
-          throw newUninitializedMessageException(result);
+      /**
+       * <pre>
+       *点货日期
+       * </pre>
+       *
+       * <code>optional string checkDate = 3;</code>
+       */
+      public com.google.protobuf.ByteString
+          getCheckDateBytes() {
+        java.lang.Object ref = checkDate_;
+        if (ref instanceof String) {
+          com.google.protobuf.ByteString b = 
+              com.google.protobuf.ByteString.copyFromUtf8(
+                  (java.lang.String) ref);
+          checkDate_ = b;
+          return b;
+        } else {
+          return (com.google.protobuf.ByteString) ref;
         }
-        return result;
       }
-
-      public smsc.Api.RequestCheck buildPartial() {
-        smsc.Api.RequestCheck result = new smsc.Api.RequestCheck(this);
-        result.orderId_ = orderId_;
-        result.op_ = op_;
-        result.checkDate_ = checkDate_;
-        onBuilt();
-        return result;
+      /**
+       * <pre>
+       *点货日期
+       * </pre>
+       *
+       * <code>optional string checkDate = 3;</code>
+       */
+      public Builder setCheckDate(
+          java.lang.String value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  
+        checkDate_ = value;
+        onChanged();
+        return this;
       }
-
-      public Builder clone() {
-        return (Builder) super.clone();
+      /**
+       * <pre>
+       *点货日期
+       * </pre>
+       *
+       * <code>optional string checkDate = 3;</code>
+       */
+      public Builder clearCheckDate() {
+        
+        checkDate_ = getDefaultInstance().getCheckDate();
+        onChanged();
+        return this;
       }
-      public Builder setField(
-          com.google.protobuf.Descriptors.FieldDescriptor field,
-          Object value) {
-        return (Builder) super.setField(field, value);
+      /**
+       * <pre>
+       *点货日期
+       * </pre>
+       *
+       * <code>optional string checkDate = 3;</code>
+       */
+      public Builder setCheckDateBytes(
+          com.google.protobuf.ByteString value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  checkByteStringIsUtf8(value);
+        
+        checkDate_ = value;
+        onChanged();
+        return this;
       }
-      public Builder clearField(
-          com.google.protobuf.Descriptors.FieldDescriptor field) {
-        return (Builder) super.clearField(field);
+
+      private java.lang.Object checkerAccount_ = "";
+      /**
+       * <pre>
+       *点货员账号
+       * </pre>
+       *
+       * <code>optional string checkerAccount = 4;</code>
+       */
+      public java.lang.String getCheckerAccount() {
+        java.lang.Object ref = checkerAccount_;
+        if (!(ref instanceof java.lang.String)) {
+          com.google.protobuf.ByteString bs =
+              (com.google.protobuf.ByteString) ref;
+          java.lang.String s = bs.toStringUtf8();
+          checkerAccount_ = s;
+          return s;
+        } else {
+          return (java.lang.String) ref;
+        }
       }
-      public Builder clearOneof(
-          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
-        return (Builder) super.clearOneof(oneof);
+      /**
+       * <pre>
+       *点货员账号
+       * </pre>
+       *
+       * <code>optional string checkerAccount = 4;</code>
+       */
+      public com.google.protobuf.ByteString
+          getCheckerAccountBytes() {
+        java.lang.Object ref = checkerAccount_;
+        if (ref instanceof String) {
+          com.google.protobuf.ByteString b = 
+              com.google.protobuf.ByteString.copyFromUtf8(
+                  (java.lang.String) ref);
+          checkerAccount_ = b;
+          return b;
+        } else {
+          return (com.google.protobuf.ByteString) ref;
+        }
       }
-      public Builder setRepeatedField(
-          com.google.protobuf.Descriptors.FieldDescriptor field,
-          int index, Object value) {
-        return (Builder) super.setRepeatedField(field, index, value);
+      /**
+       * <pre>
+       *点货员账号
+       * </pre>
+       *
+       * <code>optional string checkerAccount = 4;</code>
+       */
+      public Builder setCheckerAccount(
+          java.lang.String value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  
+        checkerAccount_ = value;
+        onChanged();
+        return this;
       }
-      public Builder addRepeatedField(
-          com.google.protobuf.Descriptors.FieldDescriptor field,
-          Object value) {
-        return (Builder) super.addRepeatedField(field, value);
+      /**
+       * <pre>
+       *点货员账号
+       * </pre>
+       *
+       * <code>optional string checkerAccount = 4;</code>
+       */
+      public Builder clearCheckerAccount() {
+        
+        checkerAccount_ = getDefaultInstance().getCheckerAccount();
+        onChanged();
+        return this;
       }
-      public Builder mergeFrom(com.google.protobuf.Message other) {
-        if (other instanceof smsc.Api.RequestCheck) {
-          return mergeFrom((smsc.Api.RequestCheck)other);
+      /**
+       * <pre>
+       *点货员账号
+       * </pre>
+       *
+       * <code>optional string checkerAccount = 4;</code>
+       */
+      public Builder setCheckerAccountBytes(
+          com.google.protobuf.ByteString value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  checkByteStringIsUtf8(value);
+        
+        checkerAccount_ = value;
+        onChanged();
+        return this;
+      }
+
+      private java.lang.Object checkerName_ = "";
+      /**
+       * <pre>
+       *点货员名称
+       * </pre>
+       *
+       * <code>optional string checkerName = 5;</code>
+       */
+      public java.lang.String getCheckerName() {
+        java.lang.Object ref = checkerName_;
+        if (!(ref instanceof java.lang.String)) {
+          com.google.protobuf.ByteString bs =
+              (com.google.protobuf.ByteString) ref;
+          java.lang.String s = bs.toStringUtf8();
+          checkerName_ = s;
+          return s;
         } else {
-          super.mergeFrom(other);
-          return this;
+          return (java.lang.String) ref;
         }
       }
-
-      public Builder mergeFrom(smsc.Api.RequestCheck other) {
-        if (other == smsc.Api.RequestCheck.getDefaultInstance()) return this;
-        if (!other.getOrderId().isEmpty()) {
-          orderId_ = other.orderId_;
-          onChanged();
-        }
-        if (other.op_ != 0) {
-          setOpValue(other.getOpValue());
-        }
-        if (!other.getCheckDate().isEmpty()) {
-          checkDate_ = other.checkDate_;
-          onChanged();
+      /**
+       * <pre>
+       *点货员名称
+       * </pre>
+       *
+       * <code>optional string checkerName = 5;</code>
+       */
+      public com.google.protobuf.ByteString
+          getCheckerNameBytes() {
+        java.lang.Object ref = checkerName_;
+        if (ref instanceof String) {
+          com.google.protobuf.ByteString b = 
+              com.google.protobuf.ByteString.copyFromUtf8(
+                  (java.lang.String) ref);
+          checkerName_ = b;
+          return b;
+        } else {
+          return (com.google.protobuf.ByteString) ref;
         }
+      }
+      /**
+       * <pre>
+       *点货员名称
+       * </pre>
+       *
+       * <code>optional string checkerName = 5;</code>
+       */
+      public Builder setCheckerName(
+          java.lang.String value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  
+        checkerName_ = value;
         onChanged();
         return this;
       }
-
-      public final boolean isInitialized() {
-        return true;
+      /**
+       * <pre>
+       *点货员名称
+       * </pre>
+       *
+       * <code>optional string checkerName = 5;</code>
+       */
+      public Builder clearCheckerName() {
+        
+        checkerName_ = getDefaultInstance().getCheckerName();
+        onChanged();
+        return this;
       }
-
-      public Builder mergeFrom(
-          com.google.protobuf.CodedInputStream input,
-          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-          throws java.io.IOException {
-        smsc.Api.RequestCheck parsedMessage = null;
-        try {
-          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
-        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-          parsedMessage = (smsc.Api.RequestCheck) e.getUnfinishedMessage();
-          throw e.unwrapIOException();
-        } finally {
-          if (parsedMessage != null) {
-            mergeFrom(parsedMessage);
-          }
-        }
+      /**
+       * <pre>
+       *点货员名称
+       * </pre>
+       *
+       * <code>optional string checkerName = 5;</code>
+       */
+      public Builder setCheckerNameBytes(
+          com.google.protobuf.ByteString value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  checkByteStringIsUtf8(value);
+        
+        checkerName_ = value;
+        onChanged();
         return this;
       }
 
-      private java.lang.Object orderId_ = "";
+      private java.lang.Object partId_ = "";
       /**
        * <pre>
-       *订单id
+       *零件号
        * </pre>
        *
-       * <code>optional string orderId = 1;</code>
+       * <code>optional string partId = 6;</code>
        */
-      public java.lang.String getOrderId() {
-        java.lang.Object ref = orderId_;
+      public java.lang.String getPartId() {
+        java.lang.Object ref = partId_;
         if (!(ref instanceof java.lang.String)) {
           com.google.protobuf.ByteString bs =
               (com.google.protobuf.ByteString) ref;
           java.lang.String s = bs.toStringUtf8();
-          orderId_ = s;
+          partId_ = s;
           return s;
         } else {
           return (java.lang.String) ref;
@@ -18519,19 +22761,19 @@ public final class Api {
       }
       /**
        * <pre>
-       *订单id
+       *零件号
        * </pre>
        *
-       * <code>optional string orderId = 1;</code>
+       * <code>optional string partId = 6;</code>
        */
       public com.google.protobuf.ByteString
-          getOrderIdBytes() {
-        java.lang.Object ref = orderId_;
+          getPartIdBytes() {
+        java.lang.Object ref = partId_;
         if (ref instanceof String) {
           com.google.protobuf.ByteString b = 
               com.google.protobuf.ByteString.copyFromUtf8(
                   (java.lang.String) ref);
-          orderId_ = b;
+          partId_ = b;
           return b;
         } else {
           return (com.google.protobuf.ByteString) ref;
@@ -18539,132 +22781,195 @@ public final class Api {
       }
       /**
        * <pre>
-       *订单id
+       *零件号
        * </pre>
        *
-       * <code>optional string orderId = 1;</code>
+       * <code>optional string partId = 6;</code>
        */
-      public Builder setOrderId(
+      public Builder setPartId(
           java.lang.String value) {
         if (value == null) {
     throw new NullPointerException();
   }
   
-        orderId_ = value;
+        partId_ = value;
         onChanged();
         return this;
       }
       /**
        * <pre>
-       *订单id
+       *零件号
        * </pre>
        *
-       * <code>optional string orderId = 1;</code>
+       * <code>optional string partId = 6;</code>
        */
-      public Builder clearOrderId() {
+      public Builder clearPartId() {
         
-        orderId_ = getDefaultInstance().getOrderId();
+        partId_ = getDefaultInstance().getPartId();
         onChanged();
         return this;
       }
       /**
        * <pre>
-       *订单id
+       *零件号
        * </pre>
        *
-       * <code>optional string orderId = 1;</code>
+       * <code>optional string partId = 6;</code>
        */
-      public Builder setOrderIdBytes(
+      public Builder setPartIdBytes(
           com.google.protobuf.ByteString value) {
         if (value == null) {
     throw new NullPointerException();
   }
   checkByteStringIsUtf8(value);
         
-        orderId_ = value;
+        partId_ = value;
         onChanged();
         return this;
       }
 
-      private int op_ = 0;
+      private java.lang.Object boxId_ = "";
       /**
        * <pre>
-       *确认点货或拒收
+       *箱号
        * </pre>
        *
-       * <code>optional .smsc.Operate op = 2;</code>
+       * <code>optional string boxId = 7;</code>
        */
-      public int getOpValue() {
-        return op_;
+      public java.lang.String getBoxId() {
+        java.lang.Object ref = boxId_;
+        if (!(ref instanceof java.lang.String)) {
+          com.google.protobuf.ByteString bs =
+              (com.google.protobuf.ByteString) ref;
+          java.lang.String s = bs.toStringUtf8();
+          boxId_ = s;
+          return s;
+        } else {
+          return (java.lang.String) ref;
+        }
       }
       /**
        * <pre>
-       *确认点货或拒收
+       *箱号
        * </pre>
        *
-       * <code>optional .smsc.Operate op = 2;</code>
+       * <code>optional string boxId = 7;</code>
        */
-      public Builder setOpValue(int value) {
-        op_ = value;
+      public com.google.protobuf.ByteString
+          getBoxIdBytes() {
+        java.lang.Object ref = boxId_;
+        if (ref instanceof String) {
+          com.google.protobuf.ByteString b = 
+              com.google.protobuf.ByteString.copyFromUtf8(
+                  (java.lang.String) ref);
+          boxId_ = b;
+          return b;
+        } else {
+          return (com.google.protobuf.ByteString) ref;
+        }
+      }
+      /**
+       * <pre>
+       *箱号
+       * </pre>
+       *
+       * <code>optional string boxId = 7;</code>
+       */
+      public Builder setBoxId(
+          java.lang.String value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  
+        boxId_ = value;
         onChanged();
         return this;
       }
       /**
        * <pre>
-       *确认点货或拒收
+       *箱号
        * </pre>
        *
-       * <code>optional .smsc.Operate op = 2;</code>
+       * <code>optional string boxId = 7;</code>
        */
-      public smsc.Api.Operate getOp() {
-        smsc.Api.Operate result = smsc.Api.Operate.valueOf(op_);
-        return result == null ? smsc.Api.Operate.UNRECOGNIZED : result;
+      public Builder clearBoxId() {
+        
+        boxId_ = getDefaultInstance().getBoxId();
+        onChanged();
+        return this;
       }
       /**
        * <pre>
-       *确认点货或拒收
+       *箱号
        * </pre>
        *
-       * <code>optional .smsc.Operate op = 2;</code>
+       * <code>optional string boxId = 7;</code>
        */
-      public Builder setOp(smsc.Api.Operate value) {
+      public Builder setBoxIdBytes(
+          com.google.protobuf.ByteString value) {
         if (value == null) {
-          throw new NullPointerException();
-        }
+    throw new NullPointerException();
+  }
+  checkByteStringIsUtf8(value);
         
-        op_ = value.getNumber();
+        boxId_ = value;
         onChanged();
         return this;
       }
+
+      private long boxNum_ ;
       /**
        * <pre>
-       *确认点货或拒收
+       *箱数
        * </pre>
        *
-       * <code>optional .smsc.Operate op = 2;</code>
+       * <code>optional int64 boxNum = 8;</code>
        */
-      public Builder clearOp() {
+      public long getBoxNum() {
+        return boxNum_;
+      }
+      /**
+       * <pre>
+       *箱数
+       * </pre>
+       *
+       * <code>optional int64 boxNum = 8;</code>
+       */
+      public Builder setBoxNum(long value) {
         
-        op_ = 0;
+        boxNum_ = value;
+        onChanged();
+        return this;
+      }
+      /**
+       * <pre>
+       *箱数
+       * </pre>
+       *
+       * <code>optional int64 boxNum = 8;</code>
+       */
+      public Builder clearBoxNum() {
+        
+        boxNum_ = 0L;
         onChanged();
         return this;
       }
 
-      private java.lang.Object checkDate_ = "";
+      private java.lang.Object carId_ = "";
       /**
        * <pre>
-       *点货日期
+       *车牌号码
        * </pre>
        *
-       * <code>optional string checkDate = 3;</code>
+       * <code>optional string carId = 9;</code>
        */
-      public java.lang.String getCheckDate() {
-        java.lang.Object ref = checkDate_;
+      public java.lang.String getCarId() {
+        java.lang.Object ref = carId_;
         if (!(ref instanceof java.lang.String)) {
           com.google.protobuf.ByteString bs =
               (com.google.protobuf.ByteString) ref;
           java.lang.String s = bs.toStringUtf8();
-          checkDate_ = s;
+          carId_ = s;
           return s;
         } else {
           return (java.lang.String) ref;
@@ -18672,19 +22977,19 @@ public final class Api {
       }
       /**
        * <pre>
-       *点货日期
+       *车牌号码
        * </pre>
        *
-       * <code>optional string checkDate = 3;</code>
+       * <code>optional string carId = 9;</code>
        */
       public com.google.protobuf.ByteString
-          getCheckDateBytes() {
-        java.lang.Object ref = checkDate_;
+          getCarIdBytes() {
+        java.lang.Object ref = carId_;
         if (ref instanceof String) {
           com.google.protobuf.ByteString b = 
               com.google.protobuf.ByteString.copyFromUtf8(
                   (java.lang.String) ref);
-          checkDate_ = b;
+          carId_ = b;
           return b;
         } else {
           return (com.google.protobuf.ByteString) ref;
@@ -18692,49 +22997,49 @@ public final class Api {
       }
       /**
        * <pre>
-       *点货日期
+       *车牌号码
        * </pre>
        *
-       * <code>optional string checkDate = 3;</code>
+       * <code>optional string carId = 9;</code>
        */
-      public Builder setCheckDate(
+      public Builder setCarId(
           java.lang.String value) {
         if (value == null) {
     throw new NullPointerException();
   }
   
-        checkDate_ = value;
+        carId_ = value;
         onChanged();
         return this;
       }
       /**
        * <pre>
-       *点货日期
+       *车牌号码
        * </pre>
        *
-       * <code>optional string checkDate = 3;</code>
+       * <code>optional string carId = 9;</code>
        */
-      public Builder clearCheckDate() {
+      public Builder clearCarId() {
         
-        checkDate_ = getDefaultInstance().getCheckDate();
+        carId_ = getDefaultInstance().getCarId();
         onChanged();
         return this;
       }
       /**
        * <pre>
-       *点货日期
+       *车牌号码
        * </pre>
        *
-       * <code>optional string checkDate = 3;</code>
+       * <code>optional string carId = 9;</code>
        */
-      public Builder setCheckDateBytes(
+      public Builder setCarIdBytes(
           com.google.protobuf.ByteString value) {
         if (value == null) {
     throw new NullPointerException();
   }
   checkByteStringIsUtf8(value);
         
-        checkDate_ = value;
+        carId_ = value;
         onChanged();
         return this;
       }
@@ -35575,84 +39880,96 @@ public final class Api {
       "(\t\022\014\n\004name\030\004 \001(\t\022\030\n\004role\030\005 \001(\0162\n.smsc.Ro" +
       "le\"i\n\022RequestEditAccount\022\n\n\002id\030\001 \001(\003\022\016\n\006" +
       "pubkey\030\002 \001(\014\022\017\n\007account\030\003 \001(\t\022\014\n\004name\030\004 " +
-      "\001(\t\022\030\n\004role\030\005 \001(\0162\n.smsc.Role\"<\n\024Request" +
+      "\001(\t\022\030\n\004role\030\005 \001(\0162\n.smsc.Role\"[\n\024Request" +
       "DeleteAccount\022\n\n\002id\030\001 \003(\003\022\030\n\004role\030\002 \003(\0162" +
-      "\n.smsc.Role\"U\n\022RequestSetSupplier\022\021\n\tpla" +
-      "nnerId\030\001 \001(\003\022\025\n\rsupplierIdAdd\030\002 \003(\003\022\025\n\rs" +
-      "upplierIdDel\030\003 \003(\003\"}\n\022RequestCreateOrder",
-      "\022\017\n\007orderId\030\001 \001(\t\022\020\n\010supplier\030\002 \001(\003\022\016\n\006p" +
-      "artId\030\003 \001(\t\022\r\n\005boxId\030\004 \001(\t\022\017\n\007partNum\030\005 " +
-      "\001(\003\022\024\n\014requiredDate\030\006 \001(\t\"y\n\017RequestDeli" +
-      "very\022\017\n\007orderId\030\001 \001(\t\022\017\n\007carrier\030\002 \001(\003\022\016" +
-      "\n\006partId\030\003 \001(\t\022\r\n\005boxId\030\004 \001(\t\022\017\n\007partNum" +
-      "\030\005 \001(\003\022\024\n\014deliveryDate\030\006 \001(\t\"P\n\014RequestC" +
-      "arry\022\017\n\007orderId\030\001 \001(\t\022\r\n\005boxId\030\002 \001(\t\022\r\n\005" +
-      "carId\030\003 \001(\t\022\021\n\tcarryDate\030\004 \001(\t\"M\n\014Reques" +
-      "tCheck\022\017\n\007orderId\030\001 \001(\t\022\031\n\002op\030\002 \001(\0162\r.sm" +
-      "sc.Operate\022\021\n\tcheckDate\030\003 \001(\t\"\207\004\n\010Respon",
-      "se\022*\n\010setAdmin\030\001 \001(\0132\026.smsc.ResponseSetA" +
-      "dminH\000\0224\n\rcreateAccount\030\002 \001(\0132\033.smsc.Res" +
-      "ponseCreateAccountH\000\0220\n\013editAccount\030\003 \001(" +
-      "\0132\031.smsc.ResponseEditAccountH\000\0224\n\rdelete" +
-      "Account\030\004 \001(\0132\033.smsc.ResponseDeleteAccou" +
-      "ntH\000\0220\n\013setSupplier\030\005 \001(\0132\031.smsc.Respons" +
-      "eSetSupplierH\000\0220\n\013createOrder\030\006 \001(\0132\031.sm" +
-      "sc.ResponseCreateOrderH\000\022*\n\010delivery\030\007 \001" +
-      "(\0132\026.smsc.ResponseDeliveryH\000\022$\n\005carry\030\010 " +
-      "\001(\0132\023.smsc.ResponseCarryH\000\022$\n\005check\030\t \001(",
-      "\0132\023.smsc.ResponseCheckH\000\022\036\n\002ok\030\n \001(\0132\020.s" +
-      "msc.ResponseOKH\000\022,\n\texception\030\013 \001(\0132\027.sm" +
-      "sc.ResponseExceptionH\000B\007\n\005value\"\"\n\021Respo" +
-      "nseException\022\r\n\005error\030\001 \001(\t\"\030\n\nResponseO" +
-      "K\022\n\n\002ok\030\001 \001(\010\"$\n\007Receipt\022\014\n\004isOk\030\001 \001(\010\022\013" +
-      "\n\003err\030\002 \001(\014\"E\n\020ResponseSetAdmin\022\025\n\rinstr" +
+      "\n.smsc.Role\022\017\n\007account\030\003 \003(\t\022\014\n\004name\030\004 \003" +
+      "(\t\"\277\001\n\022RequestSetSupplier\022\021\n\tplannerId\030\001" +
+      " \001(\003\022\025\n\rsupplierIdAdd\030\002 \003(\003\022\025\n\rsupplierI",
+      "dDel\030\003 \003(\003\022\032\n\022supplierAccountAdd\030\004 \003(\t\022\032" +
+      "\n\022supplierAccountDel\030\005 \003(\t\022\027\n\017supplierNa" +
+      "meAdd\030\006 \003(\t\022\027\n\017supplierNameDel\030\007 \003(\t\"\331\001\n" +
+      "\022RequestCreateOrder\022\017\n\007orderId\030\001 \001(\t\022\020\n\010" +
+      "supplier\030\002 \001(\003\022\016\n\006partId\030\003 \001(\t\022\r\n\005boxId\030" +
+      "\004 \001(\t\022\017\n\007partNum\030\005 \001(\003\022\024\n\014requiredDate\030\006" +
+      " \001(\t\022\026\n\016plannerAccount\030\007 \001(\t\022\023\n\013plannerN" +
+      "ame\030\010 \001(\t\022\027\n\017supplierAccount\030\t \001(\t\022\024\n\014su" +
+      "pplierName\030\n \001(\t\"\325\001\n\017RequestDelivery\022\017\n\007" +
+      "orderId\030\001 \001(\t\022\017\n\007carrier\030\002 \001(\003\022\016\n\006partId",
+      "\030\003 \001(\t\022\r\n\005boxId\030\004 \001(\t\022\017\n\007partNum\030\005 \001(\003\022\024" +
+      "\n\014deliveryDate\030\006 \001(\t\022\027\n\017supplierAccount\030" +
+      "\007 \001(\t\022\024\n\014supplierName\030\010 \001(\t\022\026\n\016carrierAc" +
+      "count\030\t \001(\t\022\023\n\013carrierName\030\n \001(\t\"\215\001\n\014Req" +
+      "uestCarry\022\017\n\007orderId\030\001 \001(\t\022\r\n\005boxId\030\002 \001(" +
+      "\t\022\r\n\005carId\030\003 \001(\t\022\021\n\tcarryDate\030\004 \001(\t\022\026\n\016c" +
+      "arrierAccount\030\005 \001(\t\022\023\n\013carrierName\030\006 \001(\t" +
+      "\022\016\n\006boxNum\030\007 \001(\003\"\270\001\n\014RequestCheck\022\017\n\007ord" +
+      "erId\030\001 \001(\t\022\031\n\002op\030\002 \001(\0162\r.smsc.Operate\022\021\n" +
+      "\tcheckDate\030\003 \001(\t\022\026\n\016checkerAccount\030\004 \001(\t",
+      "\022\023\n\013checkerName\030\005 \001(\t\022\016\n\006partId\030\006 \001(\t\022\r\n" +
+      "\005boxId\030\007 \001(\t\022\016\n\006boxNum\030\010 \001(\003\022\r\n\005carId\030\t " +
+      "\001(\t\"\207\004\n\010Response\022*\n\010setAdmin\030\001 \001(\0132\026.sms" +
+      "c.ResponseSetAdminH\000\0224\n\rcreateAccount\030\002 " +
+      "\001(\0132\033.smsc.ResponseCreateAccountH\000\0220\n\013ed" +
+      "itAccount\030\003 \001(\0132\031.smsc.ResponseEditAccou" +
+      "ntH\000\0224\n\rdeleteAccount\030\004 \001(\0132\033.smsc.Respo" +
+      "nseDeleteAccountH\000\0220\n\013setSupplier\030\005 \001(\0132" +
+      "\031.smsc.ResponseSetSupplierH\000\0220\n\013createOr" +
+      "der\030\006 \001(\0132\031.smsc.ResponseCreateOrderH\000\022*",
+      "\n\010delivery\030\007 \001(\0132\026.smsc.ResponseDelivery" +
+      "H\000\022$\n\005carry\030\010 \001(\0132\023.smsc.ResponseCarryH\000" +
+      "\022$\n\005check\030\t \001(\0132\023.smsc.ResponseCheckH\000\022\036" +
+      "\n\002ok\030\n \001(\0132\020.smsc.ResponseOKH\000\022,\n\texcept" +
+      "ion\030\013 \001(\0132\027.smsc.ResponseExceptionH\000B\007\n\005" +
+      "value\"\"\n\021ResponseException\022\r\n\005error\030\001 \001(" +
+      "\t\"\030\n\nResponseOK\022\n\n\002ok\030\001 \001(\010\"$\n\007Receipt\022\014" +
+      "\n\004isOk\030\001 \001(\010\022\013\n\003err\030\002 \001(\014\"E\n\020ResponseSet" +
+      "Admin\022\025\n\rinstructionId\030\001 \001(\003\022\032\n\005event\030\002 " +
+      "\001(\0132\013.smsc.Event\"J\n\025ResponseCreateAccoun",
+      "t\022\025\n\rinstructionId\030\001 \001(\003\022\032\n\005event\030\002 \001(\0132" +
+      "\013.smsc.Event\"H\n\023ResponseEditAccount\022\025\n\ri" +
+      "nstructionId\030\001 \001(\003\022\032\n\005event\030\002 \001(\0132\013.smsc" +
+      ".Event\"J\n\025ResponseDeleteAccount\022\025\n\rinstr" +
       "uctionId\030\001 \001(\003\022\032\n\005event\030\002 \001(\0132\013.smsc.Eve" +
-      "nt\"J\n\025ResponseCreateAccount\022\025\n\rinstructi" +
-      "onId\030\001 \001(\003\022\032\n\005event\030\002 \001(\0132\013.smsc.Event\"H" +
-      "\n\023ResponseEditAccount\022\025\n\rinstructionId\030\001",
-      " \001(\003\022\032\n\005event\030\002 \001(\0132\013.smsc.Event\"J\n\025Resp" +
-      "onseDeleteAccount\022\025\n\rinstructionId\030\001 \001(\003" +
-      "\022\032\n\005event\030\002 \001(\0132\013.smsc.Event\"H\n\023Response" +
-      "SetSupplier\022\025\n\rinstructionId\030\001 \001(\003\022\032\n\005ev" +
-      "ent\030\002 \001(\0132\013.smsc.Event\"H\n\023ResponseCreate" +
-      "Order\022\025\n\rinstructionId\030\001 \001(\003\022\032\n\005event\030\002 " +
-      "\001(\0132\013.smsc.Event\"E\n\020ResponseDelivery\022\025\n\r" +
-      "instructionId\030\001 \001(\003\022\032\n\005event\030\002 \001(\0132\013.sms" +
-      "c.Event\"B\n\rResponseCarry\022\025\n\rinstructionI" +
-      "d\030\001 \001(\003\022\032\n\005event\030\002 \001(\0132\013.smsc.Event\"B\n\rR",
-      "esponseCheck\022\025\n\rinstructionId\030\001 \001(\003\022\032\n\005e" +
-      "vent\030\002 \001(\0132\013.smsc.Event\"\233\003\n\005Event\022\'\n\010set" +
-      "Admin\030\001 \001(\0132\023.smsc.EventSetAdminH\000\0221\n\rcr" +
-      "eateAccount\030\002 \001(\0132\030.smsc.EventCreateAcco" +
-      "untH\000\022-\n\013editAccount\030\003 \001(\0132\026.smsc.EventE" +
-      "ditAccountH\000\0221\n\rdeleteAccount\030\004 \001(\0132\030.sm" +
-      "sc.EventDeleteAccountH\000\022-\n\013setSupplier\030\005" +
-      " \001(\0132\026.smsc.EventSetSupplierH\000\022-\n\013create" +
-      "Order\030\006 \001(\0132\026.smsc.EventCreateOrderH\000\022\'\n" +
-      "\010delivery\030\007 \001(\0132\023.smsc.EventDeliveryH\000\022!",
-      "\n\005carry\030\010 \001(\0132\020.smsc.EventCarryH\000\022!\n\005che" +
-      "ck\030\t \001(\0132\020.smsc.EventCheckH\000B\007\n\005value\"\037\n" +
-      "\rEventSetAdmin\022\016\n\006pubkey\030\001 \001(\014\" \n\022EventC" +
-      "reateAccount\022\n\n\002id\030\001 \001(\003\"%\n\020EventEditAcc" +
-      "ount\022\021\n\tnewPubkey\030\001 \001(\014\" \n\022EventDeleteAc" +
-      "count\022\n\n\002id\030\001 \003(\003\"@\n\020EventSetSupplier\022\025\n" +
-      "\rsupplierIdAdd\030\001 \003(\003\022\025\n\rsupplierIdDel\030\002 " +
-      "\003(\003\"\036\n\020EventCreateOrder\022\n\n\002id\030\001 \001(\t\" \n\rE" +
-      "ventDelivery\022\017\n\007carrier\030\001 \001(\003\"\033\n\nEventCa" +
-      "rry\022\r\n\005carId\030\001 \001(\t\"\035\n\nEventCheck\022\017\n\007orde",
-      "rId\030\001 \001(\t*o\n\nOrderState\022\017\n\013OSUndefined\020\000" +
-      "\022\021\n\rOSTodelivered\020\001\022\017\n\013OSToCarried\020\002\022\016\n\n" +
-      "OSCarrying\020\003\022\r\n\tOSChecked\020\004\022\r\n\tOSRefused" +
-      "\020\005*O\n\004Role\022\016\n\nRUndefined\020\000\022\014\n\010RPlanner\020\001" +
-      "\022\r\n\tRSupplier\020\002\022\014\n\010RCarrier\020\003\022\014\n\010RChecke" +
-      "r\020\004*\317\001\n\013MessageType\022\014\n\010MsgError\020\000\022\017\n\013Msg" +
-      "SetAdmin\020\001\022\024\n\020MsgCreateAccount\020\002\022\022\n\016MsgE" +
-      "ditAccount\020\003\022\024\n\020MsgDeleteAccount\020\004\022\022\n\016Ms" +
-      "gSetSupplier\020\005\022\022\n\016MsgCreateOrder\020\006\022\017\n\013Ms" +
-      "gDelivery\020\007\022\014\n\010MsgCarry\020\010\022\014\n\010MsgCheck\020\t\022",
-      "\014\n\010MsgCount\020\n*E\n\007Operate\022\016\n\nOUndefined\020\000" +
-      "\022\010\n\004OAdd\020\001\022\010\n\004ODel\020\002\022\013\n\007ORefuse\020\003\022\t\n\005OPa" +
-      "ss\020\004b\006proto3"
+      "nt\"H\n\023ResponseSetSupplier\022\025\n\rinstruction" +
+      "Id\030\001 \001(\003\022\032\n\005event\030\002 \001(\0132\013.smsc.Event\"H\n\023" +
+      "ResponseCreateOrder\022\025\n\rinstructionId\030\001 \001" +
+      "(\003\022\032\n\005event\030\002 \001(\0132\013.smsc.Event\"E\n\020Respon" +
+      "seDelivery\022\025\n\rinstructionId\030\001 \001(\003\022\032\n\005eve",
+      "nt\030\002 \001(\0132\013.smsc.Event\"B\n\rResponseCarry\022\025" +
+      "\n\rinstructionId\030\001 \001(\003\022\032\n\005event\030\002 \001(\0132\013.s" +
+      "msc.Event\"B\n\rResponseCheck\022\025\n\rinstructio" +
+      "nId\030\001 \001(\003\022\032\n\005event\030\002 \001(\0132\013.smsc.Event\"\233\003" +
+      "\n\005Event\022\'\n\010setAdmin\030\001 \001(\0132\023.smsc.EventSe" +
+      "tAdminH\000\0221\n\rcreateAccount\030\002 \001(\0132\030.smsc.E" +
+      "ventCreateAccountH\000\022-\n\013editAccount\030\003 \001(\013" +
+      "2\026.smsc.EventEditAccountH\000\0221\n\rdeleteAcco" +
+      "unt\030\004 \001(\0132\030.smsc.EventDeleteAccountH\000\022-\n" +
+      "\013setSupplier\030\005 \001(\0132\026.smsc.EventSetSuppli",
+      "erH\000\022-\n\013createOrder\030\006 \001(\0132\026.smsc.EventCr" +
+      "eateOrderH\000\022\'\n\010delivery\030\007 \001(\0132\023.smsc.Eve" +
+      "ntDeliveryH\000\022!\n\005carry\030\010 \001(\0132\020.smsc.Event" +
+      "CarryH\000\022!\n\005check\030\t \001(\0132\020.smsc.EventCheck" +
+      "H\000B\007\n\005value\"\037\n\rEventSetAdmin\022\016\n\006pubkey\030\001" +
+      " \001(\014\" \n\022EventCreateAccount\022\n\n\002id\030\001 \001(\003\"%" +
+      "\n\020EventEditAccount\022\021\n\tnewPubkey\030\001 \001(\014\" \n" +
+      "\022EventDeleteAccount\022\n\n\002id\030\001 \003(\003\"@\n\020Event" +
+      "SetSupplier\022\025\n\rsupplierIdAdd\030\001 \003(\003\022\025\n\rsu" +
+      "pplierIdDel\030\002 \003(\003\"\036\n\020EventCreateOrder\022\n\n",
+      "\002id\030\001 \001(\t\" \n\rEventDelivery\022\017\n\007carrier\030\001 " +
+      "\001(\003\"\033\n\nEventCarry\022\r\n\005carId\030\001 \001(\t\"\035\n\nEven" +
+      "tCheck\022\017\n\007orderId\030\001 \001(\t*o\n\nOrderState\022\017\n" +
+      "\013OSUndefined\020\000\022\021\n\rOSTodelivered\020\001\022\017\n\013OST" +
+      "oCarried\020\002\022\016\n\nOSCarrying\020\003\022\r\n\tOSChecked\020" +
+      "\004\022\r\n\tOSRefused\020\005*O\n\004Role\022\016\n\nRUndefined\020\000" +
+      "\022\014\n\010RPlanner\020\001\022\r\n\tRSupplier\020\002\022\014\n\010RCarrie" +
+      "r\020\003\022\014\n\010RChecker\020\004*\317\001\n\013MessageType\022\014\n\010Msg" +
+      "Error\020\000\022\017\n\013MsgSetAdmin\020\001\022\024\n\020MsgCreateAcc" +
+      "ount\020\002\022\022\n\016MsgEditAccount\020\003\022\024\n\020MsgDeleteA",
+      "ccount\020\004\022\022\n\016MsgSetSupplier\020\005\022\022\n\016MsgCreat" +
+      "eOrder\020\006\022\017\n\013MsgDelivery\020\007\022\014\n\010MsgCarry\020\010\022" +
+      "\014\n\010MsgCheck\020\t\022\014\n\010MsgCount\020\n*E\n\007Operate\022\016" +
+      "\n\nOUndefined\020\000\022\010\n\004OAdd\020\001\022\010\n\004ODel\020\002\022\013\n\007OR" +
+      "efuse\020\003\022\t\n\005OPass\020\004b\006proto3"
     };
     com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
         new com.google.protobuf.Descriptors.FileDescriptor.    InternalDescriptorAssigner() {
@@ -35731,37 +40048,37 @@ public final class Api {
     internal_static_smsc_RequestDeleteAccount_fieldAccessorTable = new
       com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
         internal_static_smsc_RequestDeleteAccount_descriptor,
-        new java.lang.String[] { "Id", "Role", });
+        new java.lang.String[] { "Id", "Role", "Account", "Name", });
     internal_static_smsc_RequestSetSupplier_descriptor =
       getDescriptor().getMessageTypes().get(11);
     internal_static_smsc_RequestSetSupplier_fieldAccessorTable = new
       com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
         internal_static_smsc_RequestSetSupplier_descriptor,
-        new java.lang.String[] { "PlannerId", "SupplierIdAdd", "SupplierIdDel", });
+        new java.lang.String[] { "PlannerId", "SupplierIdAdd", "SupplierIdDel", "SupplierAccountAdd", "SupplierAccountDel", "SupplierNameAdd", "SupplierNameDel", });
     internal_static_smsc_RequestCreateOrder_descriptor =
       getDescriptor().getMessageTypes().get(12);
     internal_static_smsc_RequestCreateOrder_fieldAccessorTable = new
       com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
         internal_static_smsc_RequestCreateOrder_descriptor,
-        new java.lang.String[] { "OrderId", "Supplier", "PartId", "BoxId", "PartNum", "RequiredDate", });
+        new java.lang.String[] { "OrderId", "Supplier", "PartId", "BoxId", "PartNum", "RequiredDate", "PlannerAccount", "PlannerName", "SupplierAccount", "SupplierName", });
     internal_static_smsc_RequestDelivery_descriptor =
       getDescriptor().getMessageTypes().get(13);
     internal_static_smsc_RequestDelivery_fieldAccessorTable = new
       com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
         internal_static_smsc_RequestDelivery_descriptor,
-        new java.lang.String[] { "OrderId", "Carrier", "PartId", "BoxId", "PartNum", "DeliveryDate", });
+        new java.lang.String[] { "OrderId", "Carrier", "PartId", "BoxId", "PartNum", "DeliveryDate", "SupplierAccount", "SupplierName", "CarrierAccount", "CarrierName", });
     internal_static_smsc_RequestCarry_descriptor =
       getDescriptor().getMessageTypes().get(14);
     internal_static_smsc_RequestCarry_fieldAccessorTable = new
       com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
         internal_static_smsc_RequestCarry_descriptor,
-        new java.lang.String[] { "OrderId", "BoxId", "CarId", "CarryDate", });
+        new java.lang.String[] { "OrderId", "BoxId", "CarId", "CarryDate", "CarrierAccount", "CarrierName", "BoxNum", });
     internal_static_smsc_RequestCheck_descriptor =
       getDescriptor().getMessageTypes().get(15);
     internal_static_smsc_RequestCheck_fieldAccessorTable = new
       com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
         internal_static_smsc_RequestCheck_descriptor,
-        new java.lang.String[] { "OrderId", "Op", "CheckDate", });
+        new java.lang.String[] { "OrderId", "Op", "CheckDate", "CheckerAccount", "CheckerName", "PartId", "BoxId", "BoxNum", "CarId", });
     internal_static_smsc_Response_descriptor =
       getDescriptor().getMessageTypes().get(16);
     internal_static_smsc_Response_fieldAccessorTable = new