序列化表格
-
程序包 com.elitesland.ystdms.inv.api.dto.req
-
类 com.elitesland.ystdms.inv.api.dto.req.ApprovalFormDataDTO
class ApprovalFormDataDTO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
addressFields
List<ApprovalFormDataDTO.AddressFieldDTO> addressFields
省市区字段(AddressField) 格式:[{"fieldName": "字段名", "province": "省", "city": "市", "district": "区"}] -
attachmentFields
List<ApprovalFormDataDTO.AttachmentFieldDTO> attachmentFields
附件字段(DDAttachment) 格式:[{"fieldName": "字段名", "files": [{"fileId": "xxx", "spaceId": "xxx", "fileName": "xxx", "fileType": "FILE", "fileSize": "xxx"}]}] -
contactFields
List<ApprovalFormDataDTO.MultiValueFieldDTO> contactFields
联系人字段(InnerContactField) 格式:[{"fieldName": "字段名", "values": ["用户ID1", "用户ID2"]}] -
dateRangeFields
List<ApprovalFormDataDTO.DateRangeFieldDTO> dateRangeFields
日期区间字段(DDDateRangeField) 格式:[{"fieldName": "字段名", "startDate": "yyyy-MM-dd", "endDate": "yyyy-MM-dd"}] -
departmentFields
List<ApprovalFormDataDTO.MultiValueFieldDTO> departmentFields
部门字段(DepartmentField) 格式:[{"fieldName": "字段名", "values": ["部门ID1", "部门ID2"]}] -
multiSelectFields
List<ApprovalFormDataDTO.MultiValueFieldDTO> multiSelectFields
多选框字段(DDMultiSelectField) 格式:[{"fieldName": "字段名", "values": ["选项1", "选项2"]}] -
photoFields
List<ApprovalFormDataDTO.MultiValueFieldDTO> photoFields
图片字段(DDPhotoField) 格式:[{"fieldName": "字段名", "values": ["图片URL1", "图片URL2"]}] -
relateFields
List<ApprovalFormDataDTO.MultiValueFieldDTO> relateFields
关联审批单字段(RelateField) 格式:[{"fieldName": "字段名", "values": ["实例ID1", "实例ID2"]}] -
selectFields
List<ApprovalFormDataDTO.SingleValueFieldDTO> selectFields
单选框字段(DDSelectField) 格式:[{"fieldName": "字段名", "value": "选项值"}] -
tableFields
List<ApprovalFormDataDTO.TableFieldDTO> tableFields
明细表字段(TableField) 格式:[{"fieldName": "字段名", "rows": [{"列名1": "值1", "列名2": "值2"}]}] -
textFields
List<ApprovalFormDataDTO.SingleValueFieldDTO> textFields
文本类字段(使用 StringAdapter 的所有类型) 包括:TextField, TextareaField, PhoneField, NumberField, MoneyField, StarRatingField, DDDateField 格式:[{"fieldName": "字段名", "value": "字段值"}] 注意:数字和日期也传字符串格式,如 "1111" 或 "2025-01-01"
-
-
类 com.elitesland.ystdms.inv.api.dto.req.ApprovalFormDataDTO.AddressFieldDTO
class AddressFieldDTO extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.elitesland.ystdms.inv.api.dto.req.ApprovalFormDataDTO.AttachmentFieldDTO
class AttachmentFieldDTO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
fieldName
String fieldName
-
files
List<ApprovalFormDataDTO.AttachmentFileDTO> files
-
-
类 com.elitesland.ystdms.inv.api.dto.req.ApprovalFormDataDTO.AttachmentFileDTO
class AttachmentFileDTO extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.elitesland.ystdms.inv.api.dto.req.ApprovalFormDataDTO.DateRangeFieldDTO
class DateRangeFieldDTO extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.elitesland.ystdms.inv.api.dto.req.ApprovalFormDataDTO.MultiValueFieldDTO
class MultiValueFieldDTO extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.elitesland.ystdms.inv.api.dto.req.ApprovalFormDataDTO.SingleValueFieldDTO
class SingleValueFieldDTO extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.elitesland.ystdms.inv.api.dto.req.ApprovalFormDataDTO.TableFieldDTO
class TableFieldDTO extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.elitesland.ystdms.inv.api.dto.req.InvTransitOccupyRpcDTO
class InvTransitOccupyRpcDTO extends Object implements Serializable-
序列化字段
-
areaCode
String areaCode
-
expectLeaveDate
LocalDate expectLeaveDate
-
freshRicePaste
String freshRicePaste
-
goodsCode
String goodsCode
-
idsChannelCode
String idsChannelCode
-
needOccupyQty
BigDecimal needOccupyQty
-
newRice
Boolean newRice
-
occupyDocId
String occupyDocId
-
occupyDocLineId
String occupyDocLineId
-
occupyDocLineNum
String occupyDocLineNum
-
occupyDocNo
String occupyDocNo
-
occupyDocType
String occupyDocType
-
realLeaveDate
LocalDate realLeaveDate
-
whCode
String whCode
-
-
-
-
程序包 com.elitesland.ystdms.inv.api.dto.resp
-
类 com.elitesland.ystdms.inv.api.dto.resp.UploadFileResultDTO
class UploadFileResultDTO extends Object implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.elitesland.ystdms.inv.api.rpc.param
-
类 com.elitesland.ystdms.inv.api.rpc.param.AllocationChannelAndNumDTO
class AllocationChannelAndNumDTO extends Object implements Serializable- serialVersionUID:
- 6926086910704832290L
-
序列化字段
-
channelCode
String channelCode
-
num
BigDecimal num
-
specialChanneFlag
Boolean specialChanneFlag
-
-
类 com.elitesland.ystdms.inv.api.rpc.param.DocumentOutboundStatusUpdateDTO
class DocumentOutboundStatusUpdateDTO extends Object implements Serializable- serialVersionUID:
- -3758313845630026899L
-
序列化字段
-
batch
String batch
-
businessUniqueCodeList
List<String> businessUniqueCodeList
-
detailList
List<com.elitesland.ystdms.sopt.api.feign.rpc.idsvote.dto.DocumentInBoundStatusUpdateDTO.DocumentOutInBoundDetailDTO> detailList
-
documentCode
String documentCode
-
documentId
String documentId
-
documentStatus
String documentStatus
-
documentType
String documentType
-
handleType
String handleType
-
operator
String operator
-
operatorName
String operatorName
-
outNum
BigDecimal outNum
-
outTime
String outTime
-
-
类 com.elitesland.ystdms.inv.api.rpc.param.EntryAndOutInfoDTO
class EntryAndOutInfoDTO extends Object implements Serializable -
类 com.elitesland.ystdms.inv.api.rpc.param.IdsVoteAppointLotDTO
class IdsVoteAppointLotDTO extends Object implements Serializable- serialVersionUID:
- -8691210975441777076L
-
类 com.elitesland.ystdms.inv.api.rpc.param.IdsVoteLineDTO
class IdsVoteLineDTO extends Object implements Serializable- serialVersionUID:
- 4554388121143257494L
-
序列化字段
-
billingType
String billingType
-
businessChannelCode
String businessChannelCode
-
businessChannelName
String businessChannelName
-
chmChannelStorageWabbr
String chmChannelStorageWabbr
-
coCustomerId
String coCustomerId
-
coCustomerName
String coCustomerName
-
coDetailId
String coDetailId
-
coMidSalesOrderNo
String coMidSalesOrderNo
-
coStockIdCode
String coStockIdCode
-
cscBusinessId
String cscBusinessId
-
cscBusinessName
String cscBusinessName
-
goodsCode
String goodsCode
-
idsVoteLineId
String idsVoteLineId
-
idsVoteNum
BigDecimal idsVoteNum
-
idsVoteNumber
String idsVoteNumber
-
platformOrder
String platformOrder
-
salesOrderNo
String salesOrderNo
-
taskNum
BigDecimal taskNum
-
ticketTaskCode
String ticketTaskCode
-
-
类 com.elitesland.ystdms.inv.api.rpc.param.IdsVoteTransitQueuingDetailDTO
class IdsVoteTransitQueuingDetailDTO extends Object implements Serializable- serialVersionUID:
- 1804066317687368209L
-
类 com.elitesland.ystdms.inv.api.rpc.param.InvLogicalDetailOccupyAppointLotDTO
class InvLogicalDetailOccupyAppointLotDTO extends Object implements Serializable- serialVersionUID:
- -4435092512533798669L
-
序列化字段
-
appointLot
String appointLot
-
appointLotNum
BigDecimal appointLotNum
-
idsVoteNumber
String idsVoteNumber
-
invOccupyDocLine
String invOccupyDocLine
-
-
类 com.elitesland.ystdms.inv.api.rpc.param.InvLogicalDetailOccupyDTO
class InvLogicalDetailOccupyDTO extends Object implements Serializable- serialVersionUID:
- 4975733509212348170L
-
序列化字段
-
allOccupancyFlag
Boolean allOccupancyFlag
-
appointLot
String appointLot
-
appointLotList
List<IdsVoteAppointLotDTO> appointLotList
-
appointLotNum
BigDecimal appointLotNum
-
areaCode
String areaCode
-
billingType
String billingType
-
commonChannelCode
String commonChannelCode
-
desiccant
String desiccant
-
estimatedDepartureDate
String estimatedDepartureDate
-
freshRicePaste
String freshRicePaste
-
goods69Code
String goods69Code
-
goodsCode
String goodsCode
-
goodsName
String goodsName
-
goodsSign
String goodsSign
-
idsChannelCode
String idsChannelCode
-
invDocCode
String invDocCode
-
invOccupyDoc
String invOccupyDoc
-
invOccupyDocLine
String invOccupyDocLine
-
logicalDetailId
UUID logicalDetailId
-
logicAvailableQuantity
BigDecimal logicAvailableQuantity
-
lot
String lot
-
newRice
String newRice
-
occupancyNumber
String occupancyNumber
-
operator
String operator
-
osmPhystorageType
String osmPhystorageType
-
outBoxPasteContent
String outBoxPasteContent
-
outBoxPasteType
String outBoxPasteType
-
queuingDetailId
String queuingDetailId
-
realDepartureDate
String realDepartureDate
-
realSotckCheckNum
BigDecimal realSotckCheckNum
-
remarks
String remarks
-
sourceSubLot
String sourceSubLot
-
specialChannelFlag
Boolean specialChannelFlag
-
ticketCode
String ticketCode
-
ticketTaskCode
String ticketTaskCode
-
totalNoOccupyStock
BigDecimal totalNoOccupyStock
-
totalNum
BigDecimal totalNum
-
totalOccupy
BigDecimal totalOccupy
-
totalOccupyStock
BigDecimal totalOccupyStock
-
transitAvailableQuantity
BigDecimal transitAvailableQuantity
-
whCode
String whCode
-
-
类 com.elitesland.ystdms.inv.api.rpc.param.InvOccupyDTO
class InvOccupyDTO extends Object implements Serializable- serialVersionUID:
- -8271135004150744055L
-
序列化字段
-
appointLot
String appointLot
-
appointLotNum
BigDecimal appointLotNum
-
areaCode
String areaCode
-
areaName
String areaName
-
availableQuantity
BigDecimal availableQuantity
-
billingType
String billingType
-
boxQuantity
BigDecimal boxQuantity
-
departDate
String departDate
-
desiccant
String desiccant
-
freshRicePaste
String freshRicePaste
-
goods69Code
String goods69Code
-
goodsCode
String goodsCode
-
goodsName
String goodsName
-
goodsSign
String goodsSign
-
iceRemark
String iceRemark
-
id
String id
-
idsChannelName
String idsChannelName
-
invDocCode
String invDocCode
-
invOccupyDate
String invOccupyDate
-
invOccupyDoc
String invOccupyDoc
-
invOccupyDocLine
String invOccupyDocLine
-
logicOccupancyNumber
String logicOccupancyNumber
-
lot
String lot
-
mdmGoodsProddate
Integer mdmGoodsProddate
-
mdmGoodsProddateunit
String mdmGoodsProddateunit
-
newRice
String newRice
-
occupancyNumber
String occupancyNumber
-
operator
String operator
-
operatorName
String operatorName
-
originalLot
String originalLot
-
originalLotNum
BigDecimal originalLotNum
-
outBoxPasteContent
String outBoxPasteContent
-
outBoxPasteType
String outBoxPasteType
-
physicalDetailId
String physicalDetailId
-
productionDate
Date productionDate
-
status
String status
-
sublot
String sublot
-
subLot
String subLot
-
summarizeId
String summarizeId
-
ticketCode
String ticketCode
-
ticketName
String ticketName
-
ticketTaskCode
String ticketTaskCode
-
totalOccupy
BigDecimal totalOccupy
-
type
String type
-
viewName
String viewName
-
whCode
String whCode
-
whName
String whName
-
-
类 com.elitesland.ystdms.inv.api.rpc.param.InvOnhandTransitQuantityRpcDTO
class InvOnhandTransitQuantityRpcDTO extends Object implements Serializable- serialVersionUID:
- 4435389312273938181L
-
序列化字段
-
appointDate
String appointDate
-
areaCode
String areaCode
-
arrangedTransitNum
BigDecimal arrangedTransitNum
-
arriveData
String arriveData
-
batch
String batch
-
channelCode
String channelCode
-
company
String company
-
departConfirmPdateDocId
String departConfirmPdateDocId
-
departStatus
String departStatus
-
desiccant
String desiccant
-
estimatedDepartureDate
String estimatedDepartureDate
-
freshRicePaste
String freshRicePaste
-
goodsCode
String goodsCode
-
issuedTransitNum
BigDecimal issuedTransitNum
-
logisticsDirector
String logisticsDirector
-
lot
String lot
-
newRice
String newRice
-
outBoxPasteContent
String outBoxPasteContent
-
outBoxPasteType
String outBoxPasteType
-
predictArriveDate
String predictArriveDate
-
realDeparureDate
String realDeparureDate
-
signInStatus
String signInStatus
-
ticketCode
String ticketCode
-
ticketLineDocId
String ticketLineDocId
-
transitNum
BigDecimal transitNum
-
transitType
String transitType
-
whCode
String whCode
-
-
类 com.elitesland.ystdms.inv.api.rpc.param.InvPhysicalDetailDTO
class InvPhysicalDetailDTO extends Object implements Serializable- serialVersionUID:
- -1563695711304042461L
-
序列化字段
-
areaCode
String areaCode
库区编码 -
availableQuantity
BigDecimal availableQuantity
库存可用数量 -
borrowedChannelCode
String borrowedChannelCode
被借渠道编码 -
borrowedChannelName
String borrowedChannelName
被借渠道名称 -
busiCode
String busiCode
业务单据号:目前只有销退入库赋值,其他默认为空 -
cartonNumbers
BigDecimal cartonNumbers
箱数 -
channelManageStock
String channelManageStock
渠道管理库存标识:Y-是,N-否,默认N -
company
String company
货主ID(公司表的编码) -
currentOccupyQuantity
BigDecimal currentOccupyQuantity
当前占用数量 -
desiccant
String desiccant
是否干燥剂:N-否,Y-是 -
freshRicePaste
String freshRicePaste
新米贴标识:N-否,Y-是 -
goods69Code
String goods69Code
商品69码 -
goodsCode
String goodsCode
商品编码 -
goodsName
String goodsName
商品名称 -
goodsSign
String goodsSign
原排车后缀 -
id
UUID id
-
idsChannelCode
String idsChannelCode
渠道编码 -
idsChannelName
String idsChannelName
渠道名称 -
inStockTime
LocalDateTime inStockTime
入库时间 -
invDocCode
String invDocCode
来源单据号 -
invOccupyDocLine
UUID invOccupyDocLine
来源明细Id -
invSourceType
String invSourceType
来源单据类型 -
largeRemarks
String largeRemarks
库存明细备注 -
locationType
String locationType
库位类型:1-通用,2-特殊 -
longStockAgeFlag
String longStockAgeFlag
是否长库龄:Y-是,N-否,默认否 -
lot
String lot
批号 -
mdmGoodsBoxgauge
BigDecimal mdmGoodsBoxgauge
箱规 -
mdmGoodsBulk
BigDecimal mdmGoodsBulk
体积(CM3/箱) -
mdmGoodsProddate
Integer mdmGoodsProddate
保质期 -
mdmGoodsProddateunit
String mdmGoodsProddateunit
保质期单位 -
mdmGoodsUnit
String mdmGoodsUnit
单位 -
mdmGoodsVolume
BigDecimal mdmGoodsVolume
体积(m3/箱) -
mdmGoodsWeight
BigDecimal mdmGoodsWeight
重量(KG) -
newRice
String newRice
是否新米:N-否,Y-是 -
occupyQuantity
BigDecimal occupyQuantity
占用数量 -
operator
String operator
填写人 -
operatorName
String operatorName
填写人名称 -
orderColum
Integer orderColum
排序字段 -
originalInStockNum
BigDecimal originalInStockNum
原始入库数量 -
outBoxPasteContent
String outBoxPasteContent
外箱贴内容 -
outBoxPasteType
String outBoxPasteType
外箱贴类型 -
processDate
LocalDateTime processDate
运营处理日期 -
quantity
BigDecimal quantity
数量 -
realLocationCode
String realLocationCode
实物库位编码 -
realLocationName
String realLocationName
实物库位名称 -
realSumLocationCode
String realSumLocationCode
实物库位汇总编码 -
realSumLocationName
String realSumLocationName
实物库位汇总名称 -
reason
String reason
库存明细事由 -
specialChannelFlag
String specialChannelFlag
特殊渠道标识:Y-是,N-否 -
stockDays
Integer stockDays
库存天数 -
stockRemarks
String stockRemarks
库存明细备注 -
stockStatus
String stockStatus
库存状态:0-未出库,1-已出库 -
storageType
String storageType
库存明细备注 -
sublot
String sublot
库存票号 -
tunnage
BigDecimal tunnage
吨数 -
viewName
String viewName
库存明细备注 -
volume
BigDecimal volume
体积 -
whCode
String whCode
仓库编码
-
-
类 com.elitesland.ystdms.inv.api.rpc.param.InvPhysicalDetailOccupyDTO
class InvPhysicalDetailOccupyDTO extends Object implements Serializable- serialVersionUID:
- -6339246719742031704L
-
序列化字段
-
allOccupancyFlag
Boolean allOccupancyFlag
-
anarrheaFlag
Boolean anarrheaFlag
-
appointLot
String appointLot
-
appointmentDate
String appointmentDate
-
appointmentDateQuantity
Integer appointmentDateQuantity
-
appointmentDateTransOrderList
List<String> appointmentDateTransOrderList
-
areaCode
String areaCode
-
autoAllocationEntityFlag
Boolean autoAllocationEntityFlag
-
autoAllocationFlag
String autoAllocationFlag
-
billingType
String billingType
-
carNo
String carNo
-
channelAndNumList
List<AllocationChannelAndNumDTO> channelAndNumList
-
channelManageStock
String channelManageStock
-
clearOccupyFlag
Boolean clearOccupyFlag
-
coAppointmentDate
String coAppointmentDate
-
coAppointmentDateTransOrderList
List<String> coAppointmentDateTransOrderList
-
coCustomerId
String coCustomerId
-
coStockIdCode
String coStockIdCode
-
cscBusinessId
String cscBusinessId
-
currentOccupyQuantity
BigDecimal currentOccupyQuantity
-
deleted
String deleted
-
desiccant
String desiccant
-
endWhCode
String endWhCode
-
errorMsg
String errorMsg
-
estimatedDepartureDate
String estimatedDepartureDate
-
factoryInventordyFlag
Boolean factoryInventordyFlag
-
factoryMaxBatchQuantity
Integer factoryMaxBatchQuantity
-
freshRicePaste
String freshRicePaste
-
goodsCode
String goodsCode
-
idsChannelCode
String idsChannelCode
-
intervalDays
Integer intervalDays
-
invDocCode
String invDocCode
-
invOccupyDoc
String invOccupyDoc
-
invOccupyDocLine
String invOccupyDocLine
-
largeChannelCode
String largeChannelCode
-
lastLotFlag
Boolean lastLotFlag
-
logicOccupancyFlag
Boolean logicOccupancyFlag
-
logicOccupyNum
BigDecimal logicOccupyNum
-
lot
String lot
-
maxBatchQuantity
Integer maxBatchQuantity
-
newRice
String newRice
-
num
BigDecimal num
-
occupancyNumber
String occupancyNumber
-
occupyedNum
BigDecimal occupyedNum
-
occupyedPhysicalFlag
Boolean occupyedPhysicalFlag
-
occupyLineDocIdList
List<String> occupyLineDocIdList
-
occupyNum
BigDecimal occupyNum
-
operate
String operate
-
operator
String operator
-
orderBatchQuantity
Integer orderBatchQuantity
-
orderBy
Integer orderBy
-
orderCheckFlag
Boolean orderCheckFlag
-
orderCode
String orderCode
-
orderCodeRelationTransCodeList
List<String> orderCodeRelationTransCodeList
-
orderToTransList
List<OrderRelaTransDTO> orderToTransList
-
originalLot
String originalLot
-
originalLotNum
BigDecimal originalLotNum
-
osmPhyStorageType
String osmPhyStorageType
-
outBoxPasteContent
String outBoxPasteContent
-
outBoxPasteType
String outBoxPasteType
-
outLotNum
Integer outLotNum
-
partOccupyFlag
Boolean partOccupyFlag
-
physicalDetailId
String physicalDetailId
-
realDepartureDate
String realDepartureDate
-
remarks
String remarks
-
secondMatchFlag
Boolean secondMatchFlag
-
sourceSubLot
String sourceSubLot
-
specialChannelCode
String specialChannelCode
-
specialChannelCodeList
List<String> specialChannelCodeList
-
startLot
String startLot
-
status
String status
-
stockType
String stockType
-
subLot
String subLot
-
summarizeId
String summarizeId
-
summarizeIds
List<String> summarizeIds
-
ticketCode
String ticketCode
-
ticketTaskCode
String ticketTaskCode
-
totalNum
BigDecimal totalNum
-
totalOccupy
BigDecimal totalOccupy
-
transitDetailId
String transitDetailId
-
transitOccupyFlag
Boolean transitOccupyFlag
-
whCode
String whCode
-
whCodeList
List<String> whCodeList
-
-
类 com.elitesland.ystdms.inv.api.rpc.param.InvPhysicalDetailOccupyParamDTO
class InvPhysicalDetailOccupyParamDTO extends Object implements Serializable- serialVersionUID:
- 2163107451004450048L
-
类 com.elitesland.ystdms.inv.api.rpc.param.InvPhysicalStockQueryDTO
class InvPhysicalStockQueryDTO extends Object implements Serializable -
类 com.elitesland.ystdms.inv.api.rpc.param.InvPhysicalStockQueryResultDTO
class InvPhysicalStockQueryResultDTO extends Object implements Serializable-
序列化字段
-
areaCode
String areaCode
-
canUseQuantity
BigDecimal canUseQuantity
-
goodsCode
String goodsCode
-
quantity
BigDecimal quantity
-
whCode
String whCode
-
-
-
类 com.elitesland.ystdms.inv.api.rpc.param.InvPhysicalSummarizeDTO
class InvPhysicalSummarizeDTO extends com.elitesland.ystdms.sys.entity.BaseEntity implements Serializable-
序列化字段
-
adventFlag
String adventFlag
-
allOutStockFlag
String allOutStockFlag
全部出库标识:0-否,1-是 -
areaCode
String areaCode
库区编码 -
areaName
String areaName
-
availableQuantity
BigDecimal availableQuantity
-
borrowedChannelCode
String borrowedChannelCode
被借渠道编码 -
borrowedChannelName
String borrowedChannelName
被借渠道名称 -
borrowedFlag
String borrowedFlag
被借货标识: 0-无借货,1-有借货 -
borrowGoodsList
List<String> borrowGoodsList
-
boxQuantity
BigDecimal boxQuantity
-
boxSpec
BigDecimal boxSpec
-
brand
String brand
-
color
String color
-
desiccant
String desiccant
是否干燥剂:N-否,Y-是 -
drawingNo
String drawingNo
-
freezeQuantity
BigDecimal freezeQuantity
-
freshRicePaste
String freshRicePaste
新米贴标识:N-否,Y-是 -
frozenState
String frozenState
-
goods69Code
String goods69Code
69码 -
goodsCode
String goodsCode
商品编码 -
goodsName
String goodsName
商品名称 -
id
UUID id
-
idsChannelCode
String idsChannelCode
渠道编码 -
idsChannelName
String idsChannelName
渠道名称 -
largeValidityPeriodFlag
String largeValidityPeriodFlag
-
locationType
String locationType
库位类型:1-通用,2-特殊 -
longStockAgeFlag
String longStockAgeFlag
-
lot
String lot
批号 -
mdmGoodsBoxgauge
BigDecimal mdmGoodsBoxgauge
-
mdmGoodsProddate
Integer mdmGoodsProddate
保质期 -
mdmGoodsProddateunit
String mdmGoodsProddateunit
保质期单位 -
mdmGoodsUnit
String mdmGoodsUnit
-
mdmGoodsVolume
BigDecimal mdmGoodsVolume
-
mdmGoodsWeight
BigDecimal mdmGoodsWeight
-
nearDay
String nearDay
-
newRice
String newRice
是否新米:N-否,Y-是 -
occupyQuantity
BigDecimal occupyQuantity
-
outBoxPasteContent
String outBoxPasteContent
外箱贴内容 -
outBoxPasteType
String outBoxPasteType
外箱贴类型 -
periodOfValidity
Integer periodOfValidity
-
productDate
LocalDateTime productDate
-
quantity
BigDecimal quantity
-
realLocationCode
String realLocationCode
实物库位编码 -
realLocationName
String realLocationName
实物库位名称 -
reasonForFreezing
String reasonForFreezing
-
remarks
String remarks
-
scheduleSuffix
String scheduleSuffix
-
tonNum
BigDecimal tonNum
-
viewName
String viewName
类目 -
volumeNum
BigDecimal volumeNum
-
whCode
String whCode
仓库编码 -
whName
String whName
-
whTypeCode
String whTypeCode
-
whTypeName
String whTypeName
-
-
-
类 com.elitesland.ystdms.inv.api.rpc.param.OccupyLogicStockDTO
class OccupyLogicStockDTO extends Object implements Serializable- serialVersionUID:
- 1470557421896003333L
-
序列化字段
-
appointLotList
List<IdsVoteAppointLotDTO> appointLotList
-
batch
String batch
-
channelCodeList
List<String> channelCodeList
-
checkLogicFlag
Boolean checkLogicFlag
-
checkPhysicsFlag
Boolean checkPhysicsFlag
-
checkStockFlag
Boolean checkStockFlag
-
clearOccupyTransitStockFlag
Boolean clearOccupyTransitStockFlag
-
documentIdSet
Set<String> documentIdSet
-
idsVoteNumber
String idsVoteNumber
-
idsVoteNumberSet
Set<String> idsVoteNumberSet
-
idsVoteSubmitFlag
Boolean idsVoteSubmitFlag
-
invDocCodeKey
String invDocCodeKey
-
keySet
Set<String> keySet
-
logicStockTotalOccupyFlag
Boolean logicStockTotalOccupyFlag
-
occupyDetailList
List<InvLogicalDetailOccupyDTO> occupyDetailList
-
occupyLogicStockFlag
Boolean occupyLogicStockFlag
-
occupyTransitStockFlag
Boolean occupyTransitStockFlag
-
occupyTransitStockResultList
List<IdsVoteTransitQueuingDetailDTO> occupyTransitStockResultList
-
operator
String operator
-
partOccupyLogicStockFlag
Boolean partOccupyLogicStockFlag
-
resultDTO
OccupyLogicStockResultDTO resultDTO
-
specialChannelCodeList
List<String> specialChannelCodeList
-
specialChannelFlag
Boolean specialChannelFlag
-
specialOsmPhystorageList
List<String> specialOsmPhystorageList
-
storageCodeAndAearMap
Map<String,
String> storageCodeAndAearMap
-
-
类 com.elitesland.ystdms.inv.api.rpc.param.OccupyLogicStockResultDTO
class OccupyLogicStockResultDTO extends Object implements Serializable- serialVersionUID:
- -9069939019588705667L
-
序列化字段
-
errorMsg
String errorMsg
-
occupyFailList
List<InvLogicalDetailOccupyDTO> occupyFailList
-
occupyStockResult
Boolean occupyStockResult
-
occupyTransitStockResultList
List<IdsVoteTransitQueuingDetailDTO> occupyTransitStockResultList
-
-
类 com.elitesland.ystdms.inv.api.rpc.param.OccupyPerformanceRequirementsDTO
class OccupyPerformanceRequirementsDTO extends Object implements Serializable- serialVersionUID:
- -1260710902108492283L
-
类 com.elitesland.ystdms.inv.api.rpc.param.OccupyPhysicalStockDTO
class OccupyPhysicalStockDTO extends Object implements Serializable- serialVersionUID:
- -4863170206746266738L
-
序列化字段
-
areaCodeList
List<String> areaCodeList
-
batch
String batch
-
checkImOccupyFlag
Boolean checkImOccupyFlag
-
finalKey
String finalKey
-
freezenFlag
Boolean freezenFlag
-
freshRiceAdjustFlag
Boolean freshRiceAdjustFlag
-
keySet
Set<String> keySet
-
largeOccupyFlag
Boolean largeOccupyFlag
-
lockKey
String lockKey
-
logicChannelFlag
Boolean logicChannelFlag
-
logicStockTotalOccupyFlag
Boolean logicStockTotalOccupyFlag
-
lotList
List<String> lotList
-
lvYueMap
Map<String,
OccupyPerformanceRequirementsDTO> lvYueMap -
occupyList
List<InvPhysicalDetailOccupyDTO> occupyList
-
occupyStockTipList
List<OccupyPhysicalStockTipDTO> occupyStockTipList
-
operator
String operator
-
physicalDetailIdList
List<String> physicalDetailIdList
-
queryStartNoFlag
Boolean queryStartNoFlag
-
releaseFinalKeyFlag
Boolean releaseFinalKeyFlag
-
specialChannelCodeList
List<String> specialChannelCodeList
-
splitFlag
Boolean splitFlag
-
-
类 com.elitesland.ystdms.inv.api.rpc.param.OccupyPhysicalStockResultDTO
class OccupyPhysicalStockResultDTO extends Object implements Serializable- serialVersionUID:
- -4877513270321612121L
-
序列化字段
-
errorMsg
String errorMsg
-
occupyStockResult
Boolean occupyStockResult
-
occupyStockTipList
List<OccupyPhysicalStockTipDTO> occupyStockTipList
-
-
类 com.elitesland.ystdms.inv.api.rpc.param.OccupyPhysicalStockTipDTO
class OccupyPhysicalStockTipDTO extends Object implements Serializable- serialVersionUID:
- -4271090044474812911L
-
类 com.elitesland.ystdms.inv.api.rpc.param.OrderRelaTransDTO
class OrderRelaTransDTO extends Object implements Serializable- serialVersionUID:
- -8845380199908973004L
-
类 com.elitesland.ystdms.inv.api.rpc.param.PerformanceRequirementsQueryDto
class PerformanceRequirementsQueryDto extends Object implements Serializable -
类 com.elitesland.ystdms.inv.api.rpc.param.PerformanceRequirementsStockDto
class PerformanceRequirementsStockDto extends Object implements Serializable-
序列化字段
-
appointmentDateQuantity
Integer appointmentDateQuantity
-
businessCategoryCode
String businessCategoryCode
-
businessCode
String businessCode
-
channelWhCode
String channelWhCode
-
customerCode
String customerCode
-
intervalDays
Integer intervalDays
-
isAllowReturn
String isAllowReturn
-
lot
Integer lot
-
maxBatchQuantity
Integer maxBatchQuantity
-
mdmItemCode
String mdmItemCode
-
orderBatchQuantity
Integer orderBatchQuantity
-
orderControlDimension
String orderControlDimension
-
orderFactoryMaxBatchQuantity
Integer orderFactoryMaxBatchQuantity
-
uninKey
String uninKey
-
-
-
类 com.elitesland.ystdms.inv.api.rpc.param.ReleaseInvOccupyDTO
class ReleaseInvOccupyDTO extends Object implements Serializable- serialVersionUID:
- -3552519081165557949L
-
类 com.elitesland.ystdms.inv.api.rpc.param.RequirementsTipDTO
class RequirementsTipDTO extends Object implements Serializable- serialVersionUID:
- 6348939465104916127L
-
类 com.elitesland.ystdms.inv.api.rpc.param.StockInDetailDTO
class StockInDetailDTO extends Object implements Serializable- serialVersionUID:
- 8718379930278182552L
-
序列化字段
-
areaCode
String areaCode
-
bath
String bath
-
borrowedChannelCode
String borrowedChannelCode
-
borrowedChannelName
String borrowedChannelName
-
borrowedTicketCode
String borrowedTicketCode
-
businessUniqueCode
String businessUniqueCode
-
channelCode
String channelCode
-
channelManageStock
String channelManageStock
-
channelName
String channelName
-
company
String company
-
departConfirmDocId
String departConfirmDocId
-
desiccant
String desiccant
-
freshRicePaste
String freshRicePaste
-
goods69Code
String goods69Code
-
goodsCode
String goodsCode
-
goodsName
String goodsName
-
goodsSign
String goodsSign
-
id
String id
-
innerChannelCode
String innerChannelCode
-
innerChannelName
String innerChannelName
-
inWarehouseFlag
String inWarehouseFlag
-
largeRemarks
String largeRemarks
-
locationType
String locationType
-
logicSubLot
String logicSubLot
-
lot
String lot
-
mdmGoodsBoxgauge
BigDecimal mdmGoodsBoxgauge
-
mdmGoodsBulk
BigDecimal mdmGoodsBulk
-
mdmGoodsVolume
BigDecimal mdmGoodsVolume
-
mdmGoodsWeight
BigDecimal mdmGoodsWeight
-
newRice
String newRice
-
operator
String operator
-
operatorName
String operatorName
-
osmPhyStorageType
String osmPhyStorageType
-
outBoxPasteContent
String outBoxPasteContent
-
outBoxPasteType
String outBoxPasteType
-
outStockDetailId
String outStockDetailId
-
partInFlag
String partInFlag
-
processDate
Date processDate
-
quantity
BigDecimal quantity
-
realLocationCode
String realLocationCode
-
realLocationName
String realLocationName
-
realSumLocationCode
String realSumLocationCode
-
realSumLocationName
String realSumLocationName
-
reason
String reason
-
sourceDocumentSubType
String sourceDocumentSubType
-
sourceDocumentType
String sourceDocumentType
-
sourceSubLot
String sourceSubLot
-
sourceTicketType
String sourceTicketType
-
specialChannelFlag
String specialChannelFlag
-
stockRemarks
String stockRemarks
-
subLot
String subLot
-
transactionDate
String transactionDate
-
transactionSourceDocCode
String transactionSourceDocCode
-
transactionSourceDocLine
String transactionSourceDocLine
-
transactionSourceId
String transactionSourceId
-
transactionType
String transactionType
-
whCode
String whCode
-
-
类 com.elitesland.ystdms.inv.api.rpc.param.StockInDTO
class StockInDTO extends Object implements Serializable- serialVersionUID:
- 7872350602834455900L
-
序列化字段
-
batchList
List<String> batchList
-
borrowedTicketCodeSet
Set<String> borrowedTicketCodeSet
-
checkCompanyFlag
Boolean checkCompanyFlag
-
detailList
List<StockInDetailDTO> detailList
-
freshRiceAdjustFlag
Boolean freshRiceAdjustFlag
-
generateJinDieSotckFlag
Boolean generateJinDieSotckFlag
-
generateLogicSotckFlag
Boolean generateLogicSotckFlag
-
generateSotckRecordFlag
Boolean generateSotckRecordFlag
-
logicStockInFlag
Boolean logicStockInFlag
-
logicStockInStockFlag
Boolean logicStockInStockFlag
-
updateBilingStatusFlag
Boolean updateBilingStatusFlag
-
-
类 com.elitesland.ystdms.inv.api.rpc.param.StockInOutResultDTO
class StockInOutResultDTO extends Object implements Serializable- serialVersionUID:
- -1277046930418963197L
-
序列化字段
-
downLoadFlag
Boolean downLoadFlag
-
errorCode
String errorCode
-
errorMsg
String errorMsg
-
handleResultFlag
Boolean handleResultFlag
-
interfaceStockFlag
Boolean interfaceStockFlag
-
requirementsTipList
List<RequirementsTipDTO> requirementsTipList
-
stockTipList
List<StockInTipDTO> stockTipList
-
-
类 com.elitesland.ystdms.inv.api.rpc.param.StockInTipDTO
class StockInTipDTO extends Object implements Serializable- serialVersionUID:
- 4480615391053392634L
-
类 com.elitesland.ystdms.inv.api.rpc.param.StockOutDetailDTO
class StockOutDetailDTO extends Object implements Serializable- serialVersionUID:
- 846100885839608084L
-
序列化字段
-
allowBackflow
Boolean allowBackflow
-
appointLot
String appointLot
-
appointmentDate
String appointmentDate
-
appointmentDateTransOrderList
List<String> appointmentDateTransOrderList
-
appointmentLotLimit
Integer appointmentLotLimit
-
areaCode
String areaCode
-
batch
String batch
-
billingType
String billingType
-
businessCategoryCode
String businessCategoryCode
-
businessUniqueCode
String businessUniqueCode
-
channelCode
String channelCode
-
channelName
String channelName
-
channelWhCode
String channelWhCode
-
coAppointmentDate
String coAppointmentDate
-
coAppointmentDateTransOrderList
List<String> coAppointmentDateTransOrderList
-
customerCode
String customerCode
-
desiccant
String desiccant
-
endWhCode
String endWhCode
-
factoryLotLimit
Integer factoryLotLimit
-
followDocTypes
List<String> followDocTypes
-
freshRicePaste
String freshRicePaste
-
goodsCode
String goodsCode
-
inWarehouseFlag
String inWarehouseFlag
-
lotDayControl
String lotDayControl
-
lotDays
Integer lotDays
-
lotLimit
Boolean lotLimit
-
newRice
String newRice
-
occupyLineDocIdList
List<String> occupyLineDocIdList
-
orderCode
String orderCode
-
orderCodeRelationTransCodeList
List<String> orderCodeRelationTransCodeList
-
orderLotLimit
Integer orderLotLimit
-
orderToTransList
List<OrderRelaTransDTO> orderToTransList
-
osmPhyStorageType
String osmPhyStorageType
-
outBoxPasteContent
String outBoxPasteContent
-
outBoxPasteType
String outBoxPasteType
-
partDepartedFlag
String partDepartedFlag
-
quantity
BigDecimal quantity
-
quantityGatherId
String quantityGatherId
-
reason
String reason
-
ruleCode
String ruleCode
-
sourceDocumentSubType
String sourceDocumentSubType
-
sourceDocumentType
String sourceDocumentType
-
sourceSubLot
String sourceSubLot
-
sourceTicketType
String sourceTicketType
-
specialChannelCode
String specialChannelCode
-
specialChannelCodeList
List<String> specialChannelCodeList
-
subLot
String subLot
-
ticketLotLimit
Integer ticketLotLimit
-
transactionDate
String transactionDate
-
transactionSourceDocCode
String transactionSourceDocCode
-
transactionSourceDocLine
String transactionSourceDocLine
-
transactionSourceId
String transactionSourceId
-
transactionType
String transactionType
-
whCode
String whCode
-
-
类 com.elitesland.ystdms.inv.api.rpc.param.StockOutDTO
class StockOutDTO extends Object implements Serializable- serialVersionUID:
- 5461932746862569560L
-
序列化字段
-
batchList
List<String> batchList
-
carFlag
Boolean carFlag
-
carNo
String carNo
-
channelStockFlag
Boolean channelStockFlag
-
checkLogicOccupyFlag
Boolean checkLogicOccupyFlag
-
detailList
List<StockOutDetailDTO> detailList
-
finalKeyList
List<String> finalKeyList
-
freshRiceAdjustHandleLogicStockFlag
Boolean freshRiceAdjustHandleLogicStockFlag
-
generateInTransitInventoryFlag
Boolean generateInTransitInventoryFlag
-
generateJinDieStockFlag
Boolean generateJinDieStockFlag
-
generateStockRecordFlag
Boolean generateStockRecordFlag
-
logicStockOutFlag
Boolean logicStockOutFlag
-
occupuyNumberList
List<String> occupuyNumberList
-
outGenerateInTransitInventoryFlag
Boolean outGenerateInTransitInventoryFlag
-
refreshInTransitInventoryFlag
Boolean refreshInTransitInventoryFlag
-
requireCheckFlag
Boolean requireCheckFlag
-
secondMatchFlag
Boolean secondMatchFlag
-
specialChannelFlag
Boolean specialChannelFlag
-
ticketCodeList
List<String> ticketCodeList
-
timeFlag
Boolean timeFlag
-
transactionType
String transactionType
-
updateBillingStatusFlag
Boolean updateBillingStatusFlag
-
-
类 com.elitesland.ystdms.inv.api.rpc.param.TransGoodsDTO
class TransGoodsDTO extends Object implements Serializable- serialVersionUID:
- 7213366804070138556L
-
类 com.elitesland.ystdms.inv.api.rpc.param.TransOrderDTO
class TransOrderDTO extends Object implements Serializable- serialVersionUID:
- 271070275845969934L
-
序列化字段
-
appointDateStr
String appointDateStr
-
departStaus
String departStaus
-
departureNo
String departureNo
-
departureStorageArea
String departureStorageArea
-
departureStorageCode
String departureStorageCode
-
documentId
String documentId
-
endStorageCode
String endStorageCode
-
estimatedDepartureDate
String estimatedDepartureDate
-
idsChannelCode
String idsChannelCode
-
platformName
String platformName
-
ticketCode
String ticketCode
-
ticketName
String ticketName
-
ticketType
String ticketType
-
transGoodsList
List<TransGoodsDTO> transGoodsList
-
transType
String transType
-
-