2024-02-06 20:39:38 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/DeiNiu.Utils" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/DeiNiu.Utils" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
2024-05-27 10:40:55 +08:00
|
|
|
<xs:import schemaLocation="http://localhost:12349/WmsOutPickRequestService.svc?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
|
2024-02-06 20:39:38 +08:00
|
|
|
<xs:simpleType name="enumOutStoreType">
|
|
|
|
<xs:restriction base="xs:string">
|
|
|
|
<xs:enumeration value="销售出库" />
|
|
|
|
<xs:enumeration value="补货出库" />
|
|
|
|
<xs:enumeration value="拣货出库" />
|
|
|
|
<xs:enumeration value="播种拣货出库" />
|
|
|
|
<xs:enumeration value="混合拣货出库" />
|
|
|
|
<xs:enumeration value="配货汇总拣货出库" />
|
|
|
|
<xs:enumeration value="返厂出库" />
|
|
|
|
<xs:enumeration value="移库出库" />
|
|
|
|
<xs:enumeration value="调拨出库" />
|
|
|
|
<xs:enumeration value="报废出库" />
|
|
|
|
<xs:enumeration value="直通出库" />
|
|
|
|
<xs:enumeration value="领用出库" />
|
|
|
|
<xs:enumeration value="无单入库" />
|
|
|
|
<xs:enumeration value="货位下架" />
|
|
|
|
</xs:restriction>
|
|
|
|
</xs:simpleType>
|
|
|
|
<xs:element name="enumOutStoreType" nillable="true" type="tns:enumOutStoreType" />
|
2024-05-27 10:40:55 +08:00
|
|
|
<xs:simpleType name="enumRepResult">
|
|
|
|
<xs:restriction base="xs:string">
|
|
|
|
<xs:enumeration value="失败">
|
|
|
|
<xs:annotation>
|
|
|
|
<xs:appinfo>
|
|
|
|
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">-1</EnumerationValue>
|
|
|
|
</xs:appinfo>
|
|
|
|
</xs:annotation>
|
|
|
|
</xs:enumeration>
|
|
|
|
<xs:enumeration value="成功">
|
|
|
|
<xs:annotation>
|
|
|
|
<xs:appinfo>
|
|
|
|
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">0</EnumerationValue>
|
|
|
|
</xs:appinfo>
|
|
|
|
</xs:annotation>
|
|
|
|
</xs:enumeration>
|
|
|
|
<xs:enumeration value="货位不可用">
|
|
|
|
<xs:annotation>
|
|
|
|
<xs:appinfo>
|
|
|
|
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue>
|
|
|
|
</xs:appinfo>
|
|
|
|
</xs:annotation>
|
|
|
|
</xs:enumeration>
|
|
|
|
<xs:enumeration value="货位商品类型不符">
|
|
|
|
<xs:annotation>
|
|
|
|
<xs:appinfo>
|
|
|
|
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
|
|
|
|
</xs:appinfo>
|
|
|
|
</xs:annotation>
|
|
|
|
</xs:enumeration>
|
|
|
|
<xs:enumeration value="货位非合格库">
|
|
|
|
<xs:annotation>
|
|
|
|
<xs:appinfo>
|
|
|
|
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue>
|
|
|
|
</xs:appinfo>
|
|
|
|
</xs:annotation>
|
|
|
|
</xs:enumeration>
|
|
|
|
<xs:enumeration value="货位已被其他商品占用">
|
|
|
|
<xs:annotation>
|
|
|
|
<xs:appinfo>
|
|
|
|
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue>
|
|
|
|
</xs:appinfo>
|
|
|
|
</xs:annotation>
|
|
|
|
</xs:enumeration>
|
|
|
|
<xs:enumeration value="整库只能整进整出">
|
|
|
|
<xs:annotation>
|
|
|
|
<xs:appinfo>
|
|
|
|
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5</EnumerationValue>
|
|
|
|
</xs:appinfo>
|
|
|
|
</xs:annotation>
|
|
|
|
</xs:enumeration>
|
|
|
|
<xs:enumeration value="货位不存在">
|
|
|
|
<xs:annotation>
|
|
|
|
<xs:appinfo>
|
|
|
|
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6</EnumerationValue>
|
|
|
|
</xs:appinfo>
|
|
|
|
</xs:annotation>
|
|
|
|
</xs:enumeration>
|
|
|
|
<xs:enumeration value="ABC不符">
|
|
|
|
<xs:annotation>
|
|
|
|
<xs:appinfo>
|
|
|
|
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">7</EnumerationValue>
|
|
|
|
</xs:appinfo>
|
|
|
|
</xs:annotation>
|
|
|
|
</xs:enumeration>
|
|
|
|
<xs:enumeration value="货位商品同品不同批">
|
|
|
|
<xs:annotation>
|
|
|
|
<xs:appinfo>
|
|
|
|
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8</EnumerationValue>
|
|
|
|
</xs:appinfo>
|
|
|
|
</xs:annotation>
|
|
|
|
</xs:enumeration>
|
|
|
|
<xs:enumeration value="库容不足">
|
|
|
|
<xs:annotation>
|
|
|
|
<xs:appinfo>
|
|
|
|
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">9</EnumerationValue>
|
|
|
|
</xs:appinfo>
|
|
|
|
</xs:annotation>
|
|
|
|
</xs:enumeration>
|
|
|
|
<xs:enumeration value="状态已完成上架">
|
|
|
|
<xs:annotation>
|
|
|
|
<xs:appinfo>
|
|
|
|
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">10</EnumerationValue>
|
|
|
|
</xs:appinfo>
|
|
|
|
</xs:annotation>
|
|
|
|
</xs:enumeration>
|
|
|
|
<xs:enumeration value="状态待拣货">
|
|
|
|
<xs:annotation>
|
|
|
|
<xs:appinfo>
|
|
|
|
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">11</EnumerationValue>
|
|
|
|
</xs:appinfo>
|
|
|
|
</xs:annotation>
|
|
|
|
</xs:enumeration>
|
|
|
|
<xs:enumeration value="上架数量大于应上数量">
|
|
|
|
<xs:annotation>
|
|
|
|
<xs:appinfo>
|
|
|
|
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">12</EnumerationValue>
|
|
|
|
</xs:appinfo>
|
|
|
|
</xs:annotation>
|
|
|
|
</xs:enumeration>
|
|
|
|
<xs:enumeration value="上架数量错误">
|
|
|
|
<xs:annotation>
|
|
|
|
<xs:appinfo>
|
|
|
|
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">13</EnumerationValue>
|
|
|
|
</xs:appinfo>
|
|
|
|
</xs:annotation>
|
|
|
|
</xs:enumeration>
|
|
|
|
<xs:enumeration value="分播数量大于剩余数量">
|
|
|
|
<xs:annotation>
|
|
|
|
<xs:appinfo>
|
|
|
|
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">14</EnumerationValue>
|
|
|
|
</xs:appinfo>
|
|
|
|
</xs:annotation>
|
|
|
|
</xs:enumeration>
|
|
|
|
<xs:enumeration value="临期商品">
|
|
|
|
<xs:annotation>
|
|
|
|
<xs:appinfo>
|
|
|
|
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">15</EnumerationValue>
|
|
|
|
</xs:appinfo>
|
|
|
|
</xs:annotation>
|
|
|
|
</xs:enumeration>
|
|
|
|
<xs:enumeration value="过期商品">
|
|
|
|
<xs:annotation>
|
|
|
|
<xs:appinfo>
|
|
|
|
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">16</EnumerationValue>
|
|
|
|
</xs:appinfo>
|
|
|
|
</xs:annotation>
|
|
|
|
</xs:enumeration>
|
|
|
|
<xs:enumeration value="货位库区不符">
|
|
|
|
<xs:annotation>
|
|
|
|
<xs:appinfo>
|
|
|
|
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">17</EnumerationValue>
|
|
|
|
</xs:appinfo>
|
|
|
|
</xs:annotation>
|
|
|
|
</xs:enumeration>
|
|
|
|
<xs:enumeration value="不适合播种">
|
|
|
|
<xs:annotation>
|
|
|
|
<xs:appinfo>
|
|
|
|
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">18</EnumerationValue>
|
|
|
|
</xs:appinfo>
|
|
|
|
</xs:annotation>
|
|
|
|
</xs:enumeration>
|
|
|
|
<xs:enumeration value="容器已被其他客户占用">
|
|
|
|
<xs:annotation>
|
|
|
|
<xs:appinfo>
|
|
|
|
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">19</EnumerationValue>
|
|
|
|
</xs:appinfo>
|
|
|
|
</xs:annotation>
|
|
|
|
</xs:enumeration>
|
|
|
|
<xs:enumeration value="任务已被他人抢占">
|
|
|
|
<xs:annotation>
|
|
|
|
<xs:appinfo>
|
|
|
|
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">20</EnumerationValue>
|
|
|
|
</xs:appinfo>
|
|
|
|
</xs:annotation>
|
|
|
|
</xs:enumeration>
|
|
|
|
<xs:enumeration value="任务已达到上线">
|
|
|
|
<xs:annotation>
|
|
|
|
<xs:appinfo>
|
|
|
|
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">21</EnumerationValue>
|
|
|
|
</xs:appinfo>
|
|
|
|
</xs:annotation>
|
|
|
|
</xs:enumeration>
|
|
|
|
<xs:enumeration value="播种已完成">
|
|
|
|
<xs:annotation>
|
|
|
|
<xs:appinfo>
|
|
|
|
<EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">22</EnumerationValue>
|
|
|
|
</xs:appinfo>
|
|
|
|
</xs:annotation>
|
|
|
|
</xs:enumeration>
|
|
|
|
</xs:restriction>
|
|
|
|
</xs:simpleType>
|
|
|
|
<xs:element name="enumRepResult" nillable="true" type="tns:enumRepResult" />
|
2024-02-06 20:39:38 +08:00
|
|
|
</xs:schema>
|