序列化表格
-
程序包 com.elitesland.ystdms.ss.api.rpc
-
类 com.elitesland.ystdms.ss.api.rpc.TreeModel
class TreeModel extends com.elitesland.ystdms.sys.entity.BaseEntity implements Serializable
-
-
程序包 com.elitesland.ystdms.ss.api.rpc.credit.dto
-
类 com.elitesland.ystdms.ss.api.rpc.credit.dto.AccountRuleRpcDTO
class AccountRuleRpcDTO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
automaticReview
boolean automaticReview
-
calculatePercent
BigDecimal calculatePercent
-
ioCode
String ioCode
-
ioName
String ioName
-
masId
UUID masId
-
maxLimit
BigDecimal maxLimit
-
optAccountType
String optAccountType
-
optAccountTypeName
String optAccountTypeName
-
optDoc
String optDoc
-
optDocName
String optDocName
-
optDocStatus
String optDocStatus
-
optDocStatusName
String optDocStatusName
-
optDocType
String optDocType
-
optDocTypeName
String optDocTypeName
-
priorityNo
Integer priorityNo
-
ruleCode
String ruleCode
-
ruleName
String ruleName
-
specificAccount
String specificAccount
-
status
String status
-
statusName
String statusName
-
-
类 com.elitesland.ystdms.ss.api.rpc.credit.dto.RebateAccountByBusinessCategoryParam
class RebateAccountByBusinessCategoryParam extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.elitesland.ystdms.ss.api.rpc.credit.dto.RebateAccountRpcDTO
class RebateAccountRpcDTO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
accountAmount
BigDecimal accountAmount
-
accountAvailableAmount
BigDecimal accountAvailableAmount
-
accountCode
String accountCode
-
accountName
String accountName
-
accountOccupancyAmount
BigDecimal accountOccupancyAmount
-
accountType
String accountType
-
accountTypeName
String accountTypeName
-
businessCategoryCode
String businessCategoryCode
-
businessCategoryName
String businessCategoryName
-
custCode
String custCode
-
custId
Long custId
-
custName
String custName
-
defaultAccount
Integer defaultAccount
-
id
String id
-
operationChannelCodeOne
String operationChannelCodeOne
-
operationChannelCodeThree
String operationChannelCodeThree
-
operationChannelCodeTwo
String operationChannelCodeTwo
-
remark
String remark
-
salesOuCode
String salesOuCode
-
salesOuName
String salesOuName
-
state
String state
-
stateName
String stateName
-
-
-
程序包 com.elitesland.ystdms.ss.api.rpc.credit.query
-
类 com.elitesland.ystdms.ss.api.rpc.credit.query.AccountRuleParam
class AccountRuleParam extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
accountCodes
Set<String> accountCodes
-
accountHolderNames
Set<String> accountHolderNames
-
multiKeywords
String multiKeywords
-
optAccountType
String optAccountType
-
optDoc
String optDoc
-
optDocName
String optDocName
-
optDocStatus
String optDocStatus
-
optDocType
String optDocType
-
optDocTypeName
String optDocTypeName
-
ruleCode
String ruleCode
-
ruleName
String ruleName
-
specificAccount
String specificAccount
-
-
-
程序包 com.elitesland.ystdms.ss.api.rpc.credit.savevo
-
类 com.elitesland.ystdms.ss.api.rpc.credit.savevo.RebateAccountFlowSaveVo
class RebateAccountFlowSaveVo extends Object implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.elitesland.ystdms.ss.api.rpc.dingding.dto
-
类 com.elitesland.ystdms.ss.api.rpc.dingding.dto.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.ss.api.rpc.dingding.dto.ApprovalFormDataDTO.AddressFieldDTO
class AddressFieldDTO extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.elitesland.ystdms.ss.api.rpc.dingding.dto.ApprovalFormDataDTO.AttachmentFieldDTO
class AttachmentFieldDTO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
fieldName
String fieldName
-
files
List<ApprovalFormDataDTO.AttachmentFileDTO> files
-
-
类 com.elitesland.ystdms.ss.api.rpc.dingding.dto.ApprovalFormDataDTO.AttachmentFileDTO
class AttachmentFileDTO extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.elitesland.ystdms.ss.api.rpc.dingding.dto.ApprovalFormDataDTO.DateRangeFieldDTO
class DateRangeFieldDTO extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.elitesland.ystdms.ss.api.rpc.dingding.dto.ApprovalFormDataDTO.MultiValueFieldDTO
class MultiValueFieldDTO extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.elitesland.ystdms.ss.api.rpc.dingding.dto.ApprovalFormDataDTO.SingleValueFieldDTO
class SingleValueFieldDTO extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.elitesland.ystdms.ss.api.rpc.dingding.dto.ApprovalFormDataDTO.TableFieldDTO
class TableFieldDTO extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.elitesland.ystdms.ss.api.rpc.dingding.dto.DingdingApprovalRequestDTO
class DingdingApprovalRequestDTO extends Object implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.elitesland.ystdms.ss.api.rpc.material.dto
-
类 com.elitesland.ystdms.ss.api.rpc.material.dto.TaxRateQueryDTO
class TaxRateQueryDTO extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.elitesland.ystdms.ss.api.rpc.material.dto.TaxRateRespDTO
class TaxRateRespDTO extends Object implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.elitesland.ystdms.ss.api.rpc.material.excel
-
类 com.elitesland.ystdms.ss.api.rpc.material.excel.CustTaxRateImportEntiry
class CustTaxRateImportEntiry extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.elitesland.ystdms.ss.api.rpc.material.excel.FactoryImportEntity
class FactoryImportEntity extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
address
String address
-
detAddress
String detAddress
-
factoryCode
String factoryCode
-
factoryName
String factoryName
-
factorySeal
String factorySeal
-
factoryShortName
String factoryShortName
-
factoryType
String factoryType
-
factoryTypeName
String factoryTypeName
-
factoryVirtualId
UUID factoryVirtualId
-
factoryVirtualName
String factoryVirtualName
-
remark
String remark
-
secCode
String secCode
-
secName
String secName
-
shortName
String shortName
-
status
String status
-
supName
String supName
-
suppId
String suppId
-
-
类 com.elitesland.ystdms.ss.api.rpc.material.excel.PaicheRemarkImportEntity
class PaicheRemarkImportEntity extends Object implements Serializable-
序列化字段
-
code
String code
-
createAt
LocalDateTime createAt
-
creator
String creator
-
id
UUID id
-
level
Short level
-
levelName
String levelName
-
name
String name
-
note
String note
-
parentCode
String parentCode
-
parentId
UUID parentId
-
parentName
String parentName
-
sortNo
Integer sortNo
-
status
String status
-
updateAt
LocalDateTime updateAt
-
updater
String updater
-
-
-
类 com.elitesland.ystdms.ss.api.rpc.material.excel.TaxClassificationImportEntity
class TaxClassificationImportEntity extends Object implements Serializable-
序列化字段
-
abbreviation
String abbreviation
-
createAt
String createAt
-
creator
String creator
-
id
UUID id
-
preferentialPolicy
String preferentialPolicy
-
preferentialPolicyName
String preferentialPolicyName
-
status
String status
-
statusName
String statusName
-
taxCode
String taxCode
-
taxName
String taxName
-
taxRate
String taxRate
-
updateAt
LocalDateTime updateAt
-
updater
String updater
-
-
-
-
程序包 com.elitesland.ystdms.ss.api.rpc.material.query
-
类 com.elitesland.ystdms.ss.api.rpc.material.query.CustTaxRatePageParam
class CustTaxRatePageParam extends com.elitesland.ystdms.sys.dto.RequestQueryParam implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
createAtEnd
String createAtEnd
-
createAtStart
String createAtStart
-
creator
String creator
-
custCode
String custCode
-
custName
String custName
-
product69Code
String product69Code
-
productCode
String productCode
-
status
String status
-
taxationRate
String taxationRate
税率 -
taxationTypeCode
String taxationTypeCode
税收分类编码
-
-
类 com.elitesland.ystdms.ss.api.rpc.material.query.FactoryAptitudePageParam
class FactoryAptitudePageParam extends com.elitesland.ystdms.sys.dto.RequestQueryParam implements Serializable- serialVersionUID:
- 1L
-
类 com.elitesland.ystdms.ss.api.rpc.material.query.FactoryPageParam
class FactoryPageParam extends com.elitesland.ystdms.sys.dto.RequestQueryParam implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
createAtE
LocalDateTime createAtE
-
createAtS
LocalDateTime createAtS
-
createBy
String createBy
-
excludeId
UUID excludeId
-
factoryCode
String factoryCode
-
factoryCodeOrName
String factoryCodeOrName
-
factoryCodeSet
Set<String> factoryCodeSet
-
factoryName
String factoryName
-
factoryNameList
List<String> factoryNameList
-
factoryType
String factoryType
-
factoryTypeList
List<String> factoryTypeList
-
factoryVirtualId
UUID factoryVirtualId
-
id
UUID id
-
idSet
Set<UUID> idSet
-
productSourceList
List<String> productSourceList
-
sapFactortCode
String sapFactortCode
-
sapFactortCodeList
List<String> sapFactortCodeList
-
secCode
String secCode
-
secName
String secName
-
shipmentPlace
String shipmentPlace
发运地 -
shortName
String shortName
-
status
String status
-
suppCode
String suppCode
-
suppCodeList
List<String> suppCodeList
-
suppId
String suppId
-
suppIdList
List<String> suppIdList
-
-
类 com.elitesland.ystdms.ss.api.rpc.material.query.ItmBrandPageParam
class ItmBrandPageParam extends com.elitesland.ystdms.sys.dto.RequestQueryParam implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
brandCode
String brandCode
-
brandCodeOrName
String brandCodeOrName
-
brandCodeSet
Set<String> brandCodeSet
-
brandName
String brandName
-
brandType
String brandType
-
createAtEnd
LocalDateTime createAtEnd
-
createAtStart
LocalDateTime createAtStart
-
createBy
String createBy
-
id
UUID id
-
notId
UUID notId
-
status
String status
-
-
类 com.elitesland.ystdms.ss.api.rpc.material.query.ItmItemCatePageParam
class ItmItemCatePageParam extends com.elitesland.ystdms.sys.dto.RequestQueryParam implements Serializable-
序列化字段
-
id
UUID id
记录唯一ID -
idList
List<UUID> idList
记录唯一ID -
idListNot
List<UUID> idListNot
记录唯一ID排除 -
itemCateCode
String itemCateCode
分类编码 -
itemCateCodeList
List<String> itemCateCodeList
分类编码集合 -
itemCateCodeNotInList
List<String> itemCateCodeNotInList
分类编码集合排除 -
itemCateDesc
String itemCateDesc
分类描述 -
itemCateIsBasic
Integer itemCateIsBasic
是否最小分类(0:不是,1:是) -
itemCateName
String itemCateName
分类名称 -
level
Integer level
分类层级 -
pid
UUID pid
上级ID -
status
String status
状态 -
superItemCateCode
String superItemCateCode
父级分类编码
-
-
-
类 com.elitesland.ystdms.ss.api.rpc.material.query.TaxClassificationPageParam
class TaxClassificationPageParam extends com.elitesland.ystdms.sys.dto.RequestQueryParam implements Serializable-
序列化字段
-
abbreviation
String abbreviation
-
createAt
LocalDateTime createAt
-
creator
String creator
-
preferentialPolicy
String preferentialPolicy
-
status
String status
-
taxCode
String taxCode
-
taxCodeOrName
String taxCodeOrName
-
taxCodeSet
Set<String> taxCodeSet
-
taxName
String taxName
-
taxRate
String taxRate
-
updateAt
LocalDateTime updateAt
-
updater
String updater
-
-
-
类 com.elitesland.ystdms.ss.api.rpc.material.query.TaxClassificationParam
class TaxClassificationParam extends Object implements Serializable -
类 com.elitesland.ystdms.ss.api.rpc.material.query.TradeMarkAttachPageParam
class TradeMarkAttachPageParam extends com.elitesland.ystdms.sys.dto.RequestQueryParam implements Serializable -
类 com.elitesland.ystdms.ss.api.rpc.material.query.TradeMarkPageParam
class TradeMarkPageParam extends com.elitesland.ystdms.sys.dto.RequestQueryParam implements Serializable-
序列化字段
-
agentCompany
String agentCompany
代理公司 精确 -
applicableGoodRange
String applicableGoodRange
适用商品范围 精确 -
applyCompany
String applyCompany
申请主体 精确 -
applyDateEnd
LocalDate applyDateEnd
申请日期结束 精确 -
applyDateStart
LocalDate applyDateStart
申请日期开始 精确 -
archivingNo
String archivingNo
归档号 精确 -
createAtEnd
LocalDateTime createAtEnd
-
createAtStart
LocalDateTime createAtStart
-
createBy
String createBy
-
fileData
Object fileData
商标图 精确 -
firstAnnouncementDate
LocalDate firstAnnouncementDate
初审公告日期 精确 -
id
UUID id
记录唯一ID 精确 -
invalidDate
LocalDate invalidDate
失效日期 精确 -
notId
UUID notId
记录唯一ID 精确 -
obtainCredentialDate
LocalDate obtainCredentialDate
取证日期 精确 -
registerCountry
String registerCountry
注册国家 精确 -
registerNo
String registerNo
注册号 精确 -
registerNoSet
Set<String> registerNoSet
注册号集合 精确 -
tradeCodeOrName
String tradeCodeOrName
商标名称/注册号 精确 -
tradeFileType
String tradeFileType
商标文件类型 精确 -
tradeLogo
String tradeLogo
商标图 精确 -
tradeName
String tradeName
商标名称 精确 -
tradeStatus
String tradeStatus
商标状态 精确 -
tradeType
String tradeType
商标类别 精确 -
tradeTypeList
List<String> tradeTypeList
商标类别 精确 -
validDate
LocalDate validDate
生效日期 精确
-
-
-
类 com.elitesland.ystdms.ss.api.rpc.material.query.TradeMarkTypePageParam
class TradeMarkTypePageParam extends com.elitesland.ystdms.sys.dto.RequestQueryParam implements Serializable
-
-
程序包 com.elitesland.ystdms.ss.api.rpc.material.resp
-
类 com.elitesland.ystdms.ss.api.rpc.material.resp.CustTaxRateRespVO
class CustTaxRateRespVO extends com.elitesland.ystdms.sys.dto.BaseDTO implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
carSuffix
String carSuffix
-
custCode
String custCode
-
custName
String custName
-
id
UUID id
-
product69Code
String product69Code
-
productCode
String productCode
-
productName
String productName
-
remark
String remark
-
status
String status
-
statusName
String statusName
-
taxationRate
String taxationRate
-
taxationTypeCode
String taxationTypeCode
-
taxationTypeName
String taxationTypeName
-
-
类 com.elitesland.ystdms.ss.api.rpc.material.resp.FactoryAptitudeRespVO
class FactoryAptitudeRespVO extends com.elitesland.ystdms.sys.dto.BaseDTO implements Serializable- serialVersionUID:
- 1L
-
类 com.elitesland.ystdms.ss.api.rpc.material.resp.FactoryRespVO
class FactoryRespVO extends com.elitesland.ystdms.sys.dto.BaseDTO implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
address
String address
-
addressList
List<String> addressList
-
detAddress
String detAddress
-
extId0
Long extId0
-
factoryAptitudeRespVOList
List<FactoryAptitudeRespVO> factoryAptitudeRespVOList
-
factoryCode
String factoryCode
-
factoryName
String factoryName
-
factorySeal
String factorySeal
-
factoryShortName
String factoryShortName
-
factoryType
String factoryType
-
factoryTypeName
String factoryTypeName
-
factoryVirtualId
UUID factoryVirtualId
-
factoryVirtualName
String factoryVirtualName
-
id
UUID id
-
remark
String remark
-
sapFactoryCode
String sapFactoryCode
-
secCode
String secCode
-
secName
String secName
-
shipmentPlace
String shipmentPlace
发运地 -
shipmentPlaceName
String shipmentPlaceName
发运地名称 -
shortName
String shortName
-
status
String status
-
statusName
String statusName
-
supName
String supName
-
suppCode
String suppCode
-
suppId
String suppId
-
-
类 com.elitesland.ystdms.ss.api.rpc.material.resp.ItmBrandRespVO
class ItmBrandRespVO extends com.elitesland.ystdms.sys.dto.BaseDTO implements Serializable- serialVersionUID:
- -8282920176472466272L
-
序列化字段
-
brandCode
String brandCode
品牌编码 -
brandLogo
String brandLogo
品牌logo -
brandName
String brandName
品牌名称 -
brandType
String brandType
品牌类型 -
brandTypeName
String brandTypeName
品牌类型 -
fileCode
String fileCode
品牌log fileCode -
id
UUID id
-
mimeType
String mimeType
-
remark
String remark
-
status
String status
状态 -
statusName
String statusName
状态
-
-
类 com.elitesland.ystdms.ss.api.rpc.material.resp.ItmItemCateRespVO
class ItmItemCateRespVO extends com.elitesland.ystdms.sys.dto.BaseDTO implements Serializable-
序列化字段
-
codePath
String codePath
树型结构编号全路径 -
id
UUID id
记录唯一ID -
itemCateCode
String itemCateCode
分类编码 -
itemCateDesc
String itemCateDesc
分类描述 -
itemCateIsBasic
Integer itemCateIsBasic
是否最小分类(0:不是,1:是) -
itemCateIsBasicName
String itemCateIsBasicName
是否最小分类(0:不是,1:是) -
itemCateName
String itemCateName
分类名称 -
level
Integer level
分类层级 -
levelName
String levelName
分类层级 -
pid
UUID pid
上级ID -
sortNo
Integer sortNo
排序号 -
status
String status
状态 -
statusName
String statusName
状态 -
superItemCateCode
String superItemCateCode
父级分类编码 -
superItemCateName
String superItemCateName
父级分类名称
-
-
-
类 com.elitesland.ystdms.ss.api.rpc.material.resp.ItmItemCateTreeRespVO
class ItmItemCateTreeRespVO extends Object implements Serializable- serialVersionUID:
- 2356088600319301020L
-
序列化字段
-
codePath
String codePath
树型结构编号全路径 -
id
UUID id
-
isLeaf
Boolean isLeaf
树形结构中,是否是末尾节点 -
itemCateCode
String itemCateCode
分类编码 -
itemCateDesc
String itemCateDesc
分类描述 -
itemCateIsBasic
Integer itemCateIsBasic
是否最小分类(0:不是,1:是) -
itemCateName
String itemCateName
分类名称 -
level
Integer level
分类层级 -
levelName
String levelName
分类层级 -
pcode
String pcode
-
pid
UUID pid
-
sortNo
Integer sortNo
排序号 -
status
String status
状态 -
treeNodes
List<ItmItemCateTreeRespVO> treeNodes
商品品类下级
-
-
类 com.elitesland.ystdms.ss.api.rpc.material.resp.PaicheRemarkRespVO
class PaicheRemarkRespVO extends com.elitesland.ystdms.sys.dto.BaseDTO implements Serializable -
类 com.elitesland.ystdms.ss.api.rpc.material.resp.PaicheRemarkTreeNode
class PaicheRemarkTreeNode extends Object implements Serializable -
类 com.elitesland.ystdms.ss.api.rpc.material.resp.TaxClassificationRespVO
class TaxClassificationRespVO extends com.elitesland.ystdms.sys.dto.BaseDTO implements Serializable -
类 com.elitesland.ystdms.ss.api.rpc.material.resp.TradeMarkAttachRespVO
class TradeMarkAttachRespVO extends com.elitesland.ystdms.sys.dto.BaseDTO implements Serializable- serialVersionUID:
- -8282920176472466272L
-
类 com.elitesland.ystdms.ss.api.rpc.material.resp.TradeMarkRespVO
class TradeMarkRespVO extends com.elitesland.ystdms.sys.dto.BaseDTO implements Serializable- serialVersionUID:
- -8282920176472466272L
-
序列化字段
-
agentCompany
String agentCompany
代理公司 -
agentCompanyName
String agentCompanyName
代理公司 -
applicableGoodRange
String applicableGoodRange
适用商品范围 -
applyCompany
String applyCompany
申请主体 -
applyCompanyName
String applyCompanyName
申请主体名称 -
applyDate
LocalDate applyDate
申请日期 -
archivingNo
String archivingNo
归档号 -
fileCode
String fileCode
商标log fileCode -
firstAnnouncementDate
LocalDate firstAnnouncementDate
初审公告日期 -
id
UUID id
-
invalidDate
LocalDate invalidDate
失效日期 -
obtainCredentialDate
LocalDate obtainCredentialDate
取证日期 -
registerCountry
String registerCountry
注册国家 -
registerCountryName
String registerCountryName
注册国家 -
registerNo
String registerNo
注册号 -
remark
String remark
-
tradeFileType
String tradeFileType
商标文件类型 -
tradeFileTypeName
String tradeFileTypeName
商标文件类型 -
tradeLogo
String tradeLogo
商标图 -
tradeMarkAttachList
List<TradeMarkAttachRespVO> tradeMarkAttachList
-
tradeName
String tradeName
商标名称 -
tradeStatus
String tradeStatus
商标状态 -
tradeStatusName
String tradeStatusName
商标状态 -
tradeTypeList
List<String> tradeTypeList
商标类别 -
tradeTypeName
String tradeTypeName
商标类别 -
validDate
LocalDate validDate
生效日期
-
-
类 com.elitesland.ystdms.ss.api.rpc.material.resp.TradeMarkTypeRespVO
class TradeMarkTypeRespVO extends com.elitesland.ystdms.sys.dto.BaseDTO implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.elitesland.ystdms.ss.api.rpc.material.save
-
类 com.elitesland.ystdms.ss.api.rpc.material.save.CustTaxRateSaveVO
class CustTaxRateSaveVO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
carSuffix
String carSuffix
-
custCode
String custCode
-
custName
String custName
-
id
UUID id
-
product69Code
String product69Code
-
productCode
String productCode
-
productName
String productName
-
remark
String remark
-
status
String status
-
taxationRate
String taxationRate
-
taxationTypeCode
String taxationTypeCode
-
taxationTypeName
String taxationTypeName
-
-
类 com.elitesland.ystdms.ss.api.rpc.material.save.FactoryAptitudeSaveVO
class FactoryAptitudeSaveVO extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.elitesland.ystdms.ss.api.rpc.material.save.FactorySaveVO
class FactorySaveVO extends com.elitesland.ystdms.sys.dto.BaseDTO implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
address
String address
-
addressList
List<String> addressList
-
detAddress
String detAddress
-
factoryAptitudeRespVOList
List<FactoryAptitudeSaveVO> factoryAptitudeRespVOList
-
factoryCode
String factoryCode
-
factoryName
String factoryName
-
factorySeal
String factorySeal
-
factoryShortName
String factoryShortName
-
factoryType
String factoryType
-
factoryVirtualId
UUID factoryVirtualId
-
id
UUID id
-
remark
String remark
-
sapFactoryCode
String sapFactoryCode
-
secCode
String secCode
-
secName
String secName
-
shipmentPlace
String shipmentPlace
发运地 -
shortName
String shortName
-
status
String status
-
suppCode
String suppCode
-
suppId
String suppId
-
-
类 com.elitesland.ystdms.ss.api.rpc.material.save.ItmBrandExcelSaveVO
class ItmBrandExcelSaveVO extends Object implements Serializable- serialVersionUID:
- -8282920176472466272L
-
类 com.elitesland.ystdms.ss.api.rpc.material.save.ItmBrandSaveVO
class ItmBrandSaveVO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
brandCode
@NotBlank(message="\u54c1\u724c\u7f16\u7801\u4e0d\u80fd\u4e3a\u7a7a") String brandCode
-
brandLogo
String brandLogo
-
brandName
@NotBlank(message="\u54c1\u724c\u540d\u79f0\u4e0d\u80fd\u4e3a\u7a7a") String brandName
-
brandType
String brandType
-
fileCode
String fileCode
品牌log fileCode -
id
UUID id
-
mimeType
String mimeType
-
nullFields
List<String> nullFields
-
remark
String remark
备注 -
status
String status
-
-
类 com.elitesland.ystdms.ss.api.rpc.material.save.ItmItemCateSaveVO
class ItmItemCateSaveVO extends Object implements Serializable-
序列化字段
-
codePath
String codePath
树型结构编号全路径 -
id
UUID id
记录唯一ID -
idList
List<UUID> idList
ID集合 -
itemCateCode
String itemCateCode
分类编码 -
itemCateDesc
String itemCateDesc
分类描述 -
itemCateIsBasic
Integer itemCateIsBasic
是否最小分类(0:不是,1:是) -
itemCateName
String itemCateName
分类名称 -
level
Integer level
分类层级 -
pid
UUID pid
上级ID -
remark
String remark
备注 -
sortNo
Integer sortNo
排序号 -
status
String status
状态
-
-
-
类 com.elitesland.ystdms.ss.api.rpc.material.save.ItmItemCateUploadExcel
class ItmItemCateUploadExcel extends Object implements Serializable- serialVersionUID:
- -1629493428396979722L
-
序列化字段
-
fullItemCateCode
String fullItemCateCode
分类编码全称 -
itemCateCode
String itemCateCode
分类编码 -
itemCateDesc
String itemCateDesc
分类描述 -
itemCateIsBasic
Integer itemCateIsBasic
是否最小分类(0:不是,1:是) -
itemCateName
String itemCateName
分类编码 -
level
Integer level
科目级别 -
sortNo
Integer sortNo
排序序号 -
superId
String superId
父级分类id 用与保存 id -
superItemCateCode
String superItemCateCode
父级分类编码
-
-
类 com.elitesland.ystdms.ss.api.rpc.material.save.PaicheRemarkSaveVO
class PaicheRemarkSaveVO extends Object implements Serializable -
类 com.elitesland.ystdms.ss.api.rpc.material.save.TaxClassificationSaveVO
class TaxClassificationSaveVO extends Object implements Serializable -
类 com.elitesland.ystdms.ss.api.rpc.material.save.TradeMarkAttachSaveVO
class TradeMarkAttachSaveVO extends Object implements Serializable- serialVersionUID:
- -8282920176472466272L
-
类 com.elitesland.ystdms.ss.api.rpc.material.save.TradeMarkExcelSaveVO
class TradeMarkExcelSaveVO extends Object implements Serializable- serialVersionUID:
- -8282920176472466272L
-
序列化字段
-
agentCompanyName
String agentCompanyName
代理公司(公司编码,公司档案) -
applicableGoodRange
String applicableGoodRange
适用商品范围 -
applyCompanyName
String applyCompanyName
申请主体(公司编码,公司档案) -
applyDate
LocalDate applyDate
申请日期 -
archivingNo
String archivingNo
归档号 -
firstAnnouncementDate
LocalDate firstAnnouncementDate
初审公告日期 -
id
UUID id
-
invalidDate
LocalDate invalidDate
失效日期 -
obtainCredentialDate
LocalDate obtainCredentialDate
取证日期 -
registerCountryName
String registerCountryName
注册国家(国家省市区档案;不填默认中国) -
registerNo
String registerNo
注册号 -
remark
String remark
备注 -
tradeFileTypeName
String tradeFileTypeName
商标文件类型:纸质 / 电子 -
tradeLogo
String tradeLogo
商标图 -
tradeName
String tradeName
商标名称 -
tradeStatusName
String tradeStatusName
状态:启用 / 禁用 -
tradeTypeName
String tradeTypeName
商标类别:第 1~45 类,多个英文逗号分隔 -
validDate
LocalDate validDate
生效日期
-
-
类 com.elitesland.ystdms.ss.api.rpc.material.save.TradeMarkSaveVO
class TradeMarkSaveVO extends Object implements Serializable- serialVersionUID:
- -8282920176472466272L
-
序列化字段
-
agentCompany
String agentCompany
代理公司 -
applicableGoodRange
String applicableGoodRange
适用商品范围 -
applyCompany
String applyCompany
申请主体 -
applyDate
LocalDate applyDate
申请日期 -
archivingNo
String archivingNo
归档号 -
fileCode
String fileCode
商标log fileCode -
firstAnnouncementDate
LocalDate firstAnnouncementDate
初审公告日期 -
id
UUID id
-
invalidDate
LocalDate invalidDate
失效日期 -
nullFields
List<String> nullFields
-
obtainCredentialDate
LocalDate obtainCredentialDate
取证日期 -
registerCountry
String registerCountry
注册国家 -
registerNo
String registerNo
注册号 -
remark
String remark
备注 -
tradeFileType
String tradeFileType
商标文件类型 -
tradeLogo
String tradeLogo
商标图 -
tradeMarkAttachList
List<TradeMarkAttachSaveVO> tradeMarkAttachList
附件 -
tradeName
String tradeName
商标名称 -
tradeStatus
String tradeStatus
商标状态 -
tradeTypeList
List<String> tradeTypeList
商标类别 -
validDate
LocalDate validDate
生效日期
-
-
类 com.elitesland.ystdms.ss.api.rpc.material.save.TradeMarkTypeSaveVO
class TradeMarkTypeSaveVO extends Object implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.elitesland.ystdms.ss.api.rpc.price.dto
-
类 com.elitesland.ystdms.ss.api.rpc.price.dto.ChannelMinPriceQueryDTO
class ChannelMinPriceQueryDTO extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.elitesland.ystdms.ss.api.rpc.price.dto.ChannelMinPriceRespDTO
class ChannelMinPriceRespDTO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
channelFirstCode
String channelFirstCode
-
channelMinPrice
BigDecimal channelMinPrice
-
channelSecondCode
String channelSecondCode
-
channelSupplyPrice
BigDecimal channelSupplyPrice
-
effectiveDate
LocalDate effectiveDate
-
productCode
String productCode
-
-
类 com.elitesland.ystdms.ss.api.rpc.price.dto.ProductPriceCompareRespDTO
class ProductPriceCompareRespDTO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
businessCategoryCode
String businessCategoryCode
-
channelMinCompareResult
String channelMinCompareResult
-
channelMinDiscount
String channelMinDiscount
-
channelMinPrice
BigDecimal channelMinPrice
-
channelSupplyCompareResult
String channelSupplyCompareResult
-
channelSupplyDiscount
String channelSupplyDiscount
-
channelSupplyPrice
BigDecimal channelSupplyPrice
-
city
String city
-
companyStandardCost
BigDecimal companyStandardCost
-
customerCode
String customerCode
-
customerSupplyBuzDailyCompareResult
String customerSupplyBuzDailyCompareResult
-
customerSupplyBuzDailyDiscount
String customerSupplyBuzDailyDiscount
-
customerSupplyBuzDailyPrice
BigDecimal customerSupplyBuzDailyPrice
-
customerSupplyBuzScheduleCompareResult
String customerSupplyBuzScheduleCompareResult
-
customerSupplyBuzScheduleDiscount
String customerSupplyBuzScheduleDiscount
-
customerSupplyBuzSchedulePrice
BigDecimal customerSupplyBuzSchedulePrice
-
customerSupplyCustDailyCompareResult
String customerSupplyCustDailyCompareResult
-
customerSupplyCustDailyDiscount
String customerSupplyCustDailyDiscount
-
customerSupplyCustDailyPrice
BigDecimal customerSupplyCustDailyPrice
-
customerSupplyCustScheduleCompareResult
String customerSupplyCustScheduleCompareResult
-
customerSupplyCustScheduleDiscount
String customerSupplyCustScheduleDiscount
-
customerSupplyCustSchedulePrice
BigDecimal customerSupplyCustSchedulePrice
-
groupExwCompareResult
String groupExwCompareResult
-
groupExwDiscount
String groupExwDiscount
-
groupExwPrice
BigDecimal groupExwPrice
-
groupRetailCompareResult
String groupRetailCompareResult
-
groupRetailDiscount
String groupRetailDiscount
-
groupRetailPrice
BigDecimal groupRetailPrice
-
productCode
String productCode
-
province
String province
-
salesOrganization
String salesOrganization
-
secondaryChannelCode
String secondaryChannelCode
-
-
类 com.elitesland.ystdms.ss.api.rpc.price.dto.ProductPriceQueryDTO
class ProductPriceQueryDTO extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.elitesland.ystdms.ss.api.rpc.price.dto.ProductPriceRespDTO
class ProductPriceRespDTO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
businessCategoryCode
String businessCategoryCode
-
channelMinDiscount
String channelMinDiscount
-
channelMinPrice
BigDecimal channelMinPrice
-
channelSupplyDiscount
String channelSupplyDiscount
-
channelSupplyPrice
BigDecimal channelSupplyPrice
-
city
String city
-
companyStandardCost
BigDecimal companyStandardCost
-
customerCode
String customerCode
-
customerSupplyBuzDailyDiscount
String customerSupplyBuzDailyDiscount
-
customerSupplyBuzDailyPrice
BigDecimal customerSupplyBuzDailyPrice
-
customerSupplyBuzScheduleDiscount
String customerSupplyBuzScheduleDiscount
-
customerSupplyBuzSchedulePrice
BigDecimal customerSupplyBuzSchedulePrice
-
customerSupplyCustDailyDiscount
String customerSupplyCustDailyDiscount
-
customerSupplyCustDailyPrice
BigDecimal customerSupplyCustDailyPrice
-
customerSupplyCustScheduleDiscount
String customerSupplyCustScheduleDiscount
-
customerSupplyCustSchedulePrice
BigDecimal customerSupplyCustSchedulePrice
-
effectiveDate
LocalDate effectiveDate
-
groupExwDiscount
String groupExwDiscount
-
groupExwPrice
BigDecimal groupExwPrice
-
groupRetailDiscount
String groupRetailDiscount
-
groupRetailPrice
BigDecimal groupRetailPrice
-
productCode
String productCode
-
province
String province
-
salesOrganization
String salesOrganization
-
secondaryChannelCode
String secondaryChannelCode
-
-
-
程序包 com.elitesland.ystdms.ss.api.rpc.product.dto
-
类 com.elitesland.ystdms.ss.api.rpc.product.dto.FinishedProductPageDTO
class FinishedProductPageDTO extends com.elitesland.ystdms.sys.dto.RequestQueryParam implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
applicationNo
String applicationNo
-
drawingNo
String drawingNo
-
firstProductCategoryCode
String firstProductCategoryCode
-
fiveCertificateFlag
Integer fiveCertificateFlag
-
organicFlag
Integer organicFlag
-
product69Code
String product69Code
-
productAssistant
String productAssistant
-
productCode
String productCode
-
productManager
String productManager
-
productName
String productName
-
productSource
String productSource
-
productStatus
String productStatus
-
pushCrmStatus
String pushCrmStatus
-
pushSapStatus
String pushSapStatus
-
pushTmsStatus
String pushTmsStatus
-
scheduleSuffix
String scheduleSuffix
-
secondProductCategoryCode
String secondProductCategoryCode
-
sourceBillNo
String sourceBillNo
-
thirdProductCategoryCode
String thirdProductCategoryCode
-
wdtProductCode
String wdtProductCode
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.dto.FinishedProductRespDTO
class FinishedProductRespDTO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
actualWeightBox
BigDecimal actualWeightBox
-
actualWeightSingle
BigDecimal actualWeightSingle
-
applicationNo
String applicationNo
-
baseUnit
String baseUnit
-
baseUnitName
String baseUnitName
-
boxHeight
BigDecimal boxHeight
-
boxLength
BigDecimal boxLength
-
boxSpec
BigDecimal boxSpec
-
boxWidth
BigDecimal boxWidth
-
brand
String brand
-
channelCooperationFlag
Integer channelCooperationFlag
-
channelList
List<FinishedProductChannelRespVO> channelList
-
documentStatus
String documentStatus
-
documentStatusName
String documentStatusName
-
drawingNo
String drawingNo
-
executionStandard
String executionStandard
-
firstProductCategoryId
String firstProductCategoryId
-
firstProductCategoryName
String firstProductCategoryName
-
fiveCertificateFlag
Integer fiveCertificateFlag
-
id
UUID id
-
netWeightSingle
BigDecimal netWeightSingle
-
organicFlag
Integer organicFlag
-
product69Code
String product69Code
-
productCheckRecordId
UUID productCheckRecordId
-
productCode
String productCode
-
productName
String productName
-
productSize
String productSize
-
productStatus
String productStatus
-
productStatusName
String productStatusName
-
pushCrmMsg
String pushCrmMsg
-
pushCrmStatus
String pushCrmStatus
-
pushCrmStatusName
String pushCrmStatusName
-
pushSapMsg
String pushSapMsg
-
pushSapStatus
String pushSapStatus
-
pushSapStatusName
String pushSapStatusName
-
pushTmsMsg
String pushTmsMsg
-
pushTmsStatus
String pushTmsStatus
-
pushTmsStatusName
String pushTmsStatusName
-
scheduleSuffix
String scheduleSuffix
-
secondProductCategoryId
String secondProductCategoryId
-
secondProductCategoryName
String secondProductCategoryName
-
sourceBillNo
String sourceBillNo
-
sourceBillType
String sourceBillType
-
sourceBillTypeName
String sourceBillTypeName
-
storageCondition
String storageCondition
-
storageConditionName
String storageConditionName
-
thirdProductCategoryId
String thirdProductCategoryId
-
thirdProductCategoryName
String thirdProductCategoryName
-
volumeCm
BigDecimal volumeCm
-
volumeM
BigDecimal volumeM
-
wdtProductCode
String wdtProductCode
-
weightBox
BigDecimal weightBox
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.dto.WdtCustTaxQueryDTO
class WdtCustTaxQueryDTO extends Object implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.elitesland.ystdms.ss.api.rpc.product.query
-
类 com.elitesland.ystdms.ss.api.rpc.product.query.ChannelPlatformProductPageParam
class ChannelPlatformProductPageParam extends com.elitesland.ystdms.sys.dto.RequestQueryParam implements Serializable-
序列化字段
-
channelProductId
UUID channelProductId
渠道商品ID -
createAtEnd
LocalDateTime createAtEnd
创建日期结束 -
createAtStart
LocalDateTime createAtStart
创建日期开始 -
createBy
String createBy
创建人 -
id
UUID id
记录唯一ID -
platformProductCode
String platformProductCode
平台商品编码 -
platformProductFactoryCode
String platformProductFactoryCode
平台商品工厂编码 -
platformSupplyPriceMax
BigDecimal platformSupplyPriceMax
平台供货价最大值 -
platformSupplyPriceMin
BigDecimal platformSupplyPriceMin
平台供货价最小值 -
singleProductTargetQtyMax
BigDecimal singleProductTargetQtyMax
单品目标量最大值 -
singleProductTargetQtyMin
BigDecimal singleProductTargetQtyMin
单品目标量最小值 -
whChannelCode
String whChannelCode
二级库控渠道编码 -
whRatioMax
BigDecimal whRatioMax
仓占比最大值 -
whRatioMin
BigDecimal whRatioMin
仓占比最小值
-
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.query.ChannelPutawayApplyDetailPageParam
class ChannelPutawayApplyDetailPageParam extends com.elitesland.ystdms.sys.dto.RequestQueryParam implements Serializable -
类 com.elitesland.ystdms.ss.api.rpc.product.query.ChannelPutawayApplyPageParam
class ChannelPutawayApplyPageParam extends com.elitesland.ystdms.sys.dto.RequestQueryParam implements Serializable-
序列化字段
-
applyDateEnd
LocalDate applyDateEnd
申请日期结束 -
applyDateStart
LocalDate applyDateStart
申请日期开始 -
applyNo
String applyNo
申请单号 -
channelSpecialRequire
String channelSpecialRequire
渠道特殊要求 -
createAtEnd
LocalDateTime createAtEnd
创建日期结束 -
createAtStart
LocalDateTime createAtStart
创建日期开始 -
createBy
String createBy
创建人 -
disposablePutaway
Integer disposablePutaway
一次性上架 -
documentStatus
String documentStatus
单据状态 -
id
UUID id
记录唯一ID -
processInstanceId
String processInstanceId
钉钉审批流程ID -
productCode
String productCode
上架商品 -
productCodeSet
Set<String> productCodeSet
上架商品 -
productId
UUID productId
上架商品 -
putawayFlag
Integer putawayFlag
-
putawayOperateChannel
String putawayOperateChannel
上架运营渠道 -
putawayReason
String putawayReason
上架原因 -
putawayStatus
String putawayStatus
上架状态
-
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.query.ChannelPutawayProductPageParam
class ChannelPutawayProductPageParam extends com.elitesland.ystdms.sys.dto.RequestQueryParam implements Serializable-
序列化字段
-
annualTotalEstimateAmtMax
BigDecimal annualTotalEstimateAmtMax
年度总预估量(万元)最大值 -
annualTotalEstimateAmtMin
BigDecimal annualTotalEstimateAmtMin
年度总预估量(万元)最小值 -
applyId
UUID applyId
渠道上架申请单ID -
createAtEnd
LocalDateTime createAtEnd
创建日期结束 -
createAtStart
LocalDateTime createAtStart
创建日期开始 -
createBy
String createBy
创建人 -
id
UUID id
记录唯一ID -
productCode
String productCode
产成品code -
productId
UUID productId
产成品ID
-
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.query.CostProfitCalculationPageParam
class CostProfitCalculationPageParam extends com.elitesland.ystdms.sys.dto.RequestQueryParam implements Serializable-
序列化字段
-
applicationId
UUID applicationId
-
applicationNo
String applicationNo
-
createAtEnd
LocalDateTime createAtEnd
-
createAtStart
LocalDateTime createAtStart
-
createBy
String createBy
-
id
UUID id
-
processInstanceId
String processInstanceId
-
productionFactoryCode
List<FactorySimpleSaveVO> productionFactoryCode
-
productName
String productName
-
relationDocumentType
String relationDocumentType
-
taskId
UUID taskId
-
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.query.CustomerProductPageParam
class CustomerProductPageParam extends com.elitesland.ystdms.sys.dto.RequestQueryParam implements Serializable-
序列化字段
-
businessCategoryCode
String businessCategoryCode
业务分类编码 -
createAtEnd
LocalDateTime createAtEnd
创建日期结束 -
createAtStart
LocalDateTime createAtStart
创建日期开始 -
createBy
String createBy
创建人 -
customerCode
String customerCode
客户编码 -
customerCodeSet
Set<String> customerCodeSet
客户编码集合 -
customerProductCode
String customerProductCode
客户商品code -
customerProductStatus
String customerProductStatus
客户商品状态 -
id
UUID id
记录唯一ID -
nullBusinessCategoryCodeFlag
Boolean nullBusinessCategoryCodeFlag
业务分类是否为null标志 -
product69Code
String product69Code
-
productCode
String productCode
商品编码 -
productCodeOrName
String productCodeOrName
商品编码 -
productCodeSet
Set<String> productCodeSet
商品编码集合 -
productId
UUID productId
商品Id -
productIdSet
Set<UUID> productIdSet
商品Id集合
-
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.query.FinishedProductChannelComplexPageParam
class FinishedProductChannelComplexPageParam extends com.elitesland.ystdms.sys.dto.RequestQueryParam implements Serializable-
序列化字段
-
channelProductStatus
String channelProductStatus
渠道商品状态 -
operateChannelCode
String operateChannelCode
运营渠道 -
operateChannelCodeSet
Set<String> operateChannelCodeSet
渠道商品编号 -
platformProductCode
String platformProductCode
平台商品编码 -
platformProductCodeList
List<String> platformProductCodeList
平台商品编码 -
productCode
String productCode
产成品code -
productCodeSet
Set<String> productCodeSet
产成品code -
productId
UUID productId
产成品ID -
productIdSet
Set<UUID> productIdSet
产成品ID
-
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.query.FinishedProductChannelPageParam
class FinishedProductChannelPageParam extends com.elitesland.ystdms.sys.dto.RequestQueryParam implements Serializable-
序列化字段
-
applicationId
UUID applicationId
-
channelProductStatus
String channelProductStatus
渠道商品状态 -
channelSpecialRequire
String channelSpecialRequire
渠道特殊要求 -
createAtEnd
LocalDateTime createAtEnd
创建日期结束 -
createAtStart
LocalDateTime createAtStart
创建日期开始 -
createBy
String createBy
创建人 -
firstProductCategoryCode
String firstProductCategoryCode
-
goodsId
String goodsId
货品ID(猫超) -
id
UUID id
记录唯一ID -
operateChannelCode
String operateChannelCode
运营渠道 -
operateChannelCodeSet
Set<String> operateChannelCodeSet
渠道商品编号 -
product69Code
String product69Code
-
productCheckRecordId
UUID productCheckRecordId
-
productCode
String productCode
产成品code -
productCodeOrName
String productCodeOrName
产成品code或name -
productCodeSet
Set<String> productCodeSet
产成品code -
productId
UUID productId
产成品ID -
productIdSet
Set<UUID> productIdSet
产成品ID -
relateNo
String relateNo
关联单号 -
scheduleSuffix
String scheduleSuffix
-
secondProductCategoryCode
String secondProductCategoryCode
-
thirdProductCategoryCode
String thirdProductCategoryCode
-
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.query.FinishedProductFactoryPageParam
class FinishedProductFactoryPageParam extends com.elitesland.ystdms.sys.dto.RequestQueryParam implements Serializable-
序列化字段
-
applicationId
UUID applicationId
申请ID -
capacityConfirmStatus
String capacityConfirmStatus
产能袋规确认状态 -
createAtEnd
LocalDateTime createAtEnd
创建日期结束 -
createAtStart
LocalDateTime createAtStart
创建日期开始 -
createBy
String createBy
创建人 -
distributionDateEnd
LocalDate distributionDateEnd
分配日期结束 -
distributionDateStart
LocalDate distributionDateStart
分配日期开始 -
factoryCode
String factoryCode
工厂编码 -
factoryCodeSet
Set<String> factoryCodeSet
工厂编码集合 -
factoryId
UUID factoryId
工厂ID -
factoryName
String factoryName
工厂名称 -
firstProductCategoryCode
String firstProductCategoryCode
-
firstProductCategoryName
String firstProductCategoryName
-
id
UUID id
记录唯一ID -
idList
List<UUID> idList
记录唯一ID -
product69Code
String product69Code
-
productCheckRecordId
UUID productCheckRecordId
产成品审核ID -
productCheckRecordIdList
List<UUID> productCheckRecordIdList
产成品审核ID -
productCode
String productCode
商品编码 -
productCodeSet
Set<String> productCodeSet
商品编码集合 -
productId
UUID productId
产成品ID -
productIdSet
Set<UUID> productIdSet
产成品ID -
productName
String productName
商品名称 -
productSource
String productSource
产品来源 -
productStatus
String productStatus
-
remark
String remark
备注 -
scheduleRemarkLv1
String scheduleRemarkLv1
排车备注一级分类 -
scheduleRemarkLv2
String scheduleRemarkLv2
排车备注二级分类 -
secondProductCategoryCode
String secondProductCategoryCode
-
secondProductCategoryName
String secondProductCategoryName
-
thirdProductCategoryCode
String thirdProductCategoryCode
-
thirdProductCategoryName
String thirdProductCategoryName
-
workshopType
String workshopType
排产车间类型
-
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.query.InitiateDetailDesignPageParam
class InitiateDetailDesignPageParam extends com.elitesland.ystdms.sys.dto.RequestQueryParam implements Serializable-
序列化字段
-
applicationId
UUID applicationId
-
applicationNo
String applicationNo
-
createAtEnd
LocalDateTime createAtEnd
-
createAtStart
LocalDateTime createAtStart
-
createBy
String createBy
-
drawingNo
String drawingNo
-
examiningReportFlag
Integer examiningReportFlag
-
firstProductCategoryCode
String firstProductCategoryCode
-
id
UUID id
-
processInstanceId
String processInstanceId
-
product69Code
String product69Code
-
productAssistant
String productAssistant
-
productManager
String productManager
-
productName
String productName
-
productSource
String productSource
-
relationDocumentType
String relationDocumentType
-
salesChannel
List<String> salesChannel
-
secondProductCategoryCode
String secondProductCategoryCode
-
taskId
UUID taskId
-
thirdProductCategoryCode
String thirdProductCategoryCode
-
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.query.InitiateNewDecisionPageParam
class InitiateNewDecisionPageParam extends com.elitesland.ystdms.sys.dto.RequestQueryParam implements Serializable-
序列化字段
-
applicationId
UUID applicationId
-
applicationNo
String applicationNo
-
brandCode
String brandCode
-
createAtEnd
LocalDateTime createAtEnd
-
createAtStart
LocalDateTime createAtStart
-
createBy
String createBy
-
firstProductCategoryCode
String firstProductCategoryCode
-
id
UUID id
-
processInstanceId
String processInstanceId
-
productAssistant
String productAssistant
-
productionFactory
List<FactorySimpleSaveVO> productionFactory
-
productManager
String productManager
-
productName
String productName
-
productSource
String productSource
-
relationDocumentType
String relationDocumentType
-
salesChannel
List<String> salesChannel
-
secondProductCategoryCode
String secondProductCategoryCode
-
taskId
UUID taskId
-
thirdProductCategoryCode
String thirdProductCategoryCode
-
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.query.InitiateNewDecisionProjecteSaleDetailPageParam
class InitiateNewDecisionProjecteSaleDetailPageParam extends com.elitesland.ystdms.sys.dto.RequestQueryParam implements Serializable-
序列化字段
-
applicationId
UUID applicationId
-
createAtEnd
LocalDateTime createAtEnd
-
createAtStart
LocalDateTime createAtStart
-
createBy
String createBy
-
decisionId
UUID decisionId
-
id
UUID id
-
salesChannel
String salesChannel
-
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.query.InitiateNewDecisionRawMaterialDetailPageParam
class InitiateNewDecisionRawMaterialDetailPageParam extends com.elitesland.ystdms.sys.dto.RequestQueryParam implements Serializable-
序列化字段
-
applicationId
UUID applicationId
-
createAtEnd
LocalDateTime createAtEnd
-
createAtStart
LocalDateTime createAtStart
-
createBy
String createBy
-
decisionId
UUID decisionId
-
id
UUID id
-
materialName
String materialName
-
materialOrigin
String materialOrigin
-
materialSupplier
String materialSupplier
-
materialType
String materialType
-
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.query.InitiatePackageBackPanelPageParam
class InitiatePackageBackPanelPageParam extends com.elitesland.ystdms.sys.dto.RequestQueryParam implements Serializable-
序列化字段
-
applicationId
UUID applicationId
-
applicationNo
String applicationNo
-
brand
String brand
-
createAtEnd
LocalDateTime createAtEnd
-
createAtStart
LocalDateTime createAtStart
-
createBy
String createBy
-
firstProductCategoryCode
String firstProductCategoryCode
-
id
UUID id
-
processInstanceId
String processInstanceId
-
productAssistant
String productAssistant
-
productionFactory
List<FactorySimpleSaveVO> productionFactory
-
productManager
String productManager
-
productName
String productName
-
productSource
String productSource
-
relationDocumentType
String relationDocumentType
-
salesChannel
List<String> salesChannel
-
secondProductCategoryCode
String secondProductCategoryCode
-
taskId
UUID taskId
-
thirdProductCategoryCode
String thirdProductCategoryCode
-
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.query.InitiatePackageBackPanelRawMaterialDetailPageParam
class InitiatePackageBackPanelRawMaterialDetailPageParam extends com.elitesland.ystdms.sys.dto.RequestQueryParam implements Serializable-
序列化字段
-
applicationId
UUID applicationId
-
backPanelId
UUID backPanelId
-
createAtEnd
LocalDateTime createAtEnd
-
createAtStart
LocalDateTime createAtStart
-
createBy
String createBy
-
id
UUID id
-
materialName
String materialName
-
materialOrigin
String materialOrigin
-
materialSupplier
String materialSupplier
-
materialType
String materialType
-
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.query.InitiatePackageDesignPageParam
class InitiatePackageDesignPageParam extends com.elitesland.ystdms.sys.dto.RequestQueryParam implements Serializable-
序列化字段
-
applicationId
UUID applicationId
-
applicationNo
String applicationNo
-
brandCode
String brandCode
-
createAtEnd
LocalDateTime createAtEnd
-
createAtStart
LocalDateTime createAtStart
-
createBy
String createBy
-
firstProductCategoryCode
String firstProductCategoryCode
-
id
UUID id
-
processInstanceId
String processInstanceId
-
productAssistant
String productAssistant
-
productionFactory
List<FactorySimpleSaveVO> productionFactory
-
productManager
String productManager
-
productName
String productName
-
productSource
String productSource
-
relationDocumentType
String relationDocumentType
-
salesChannel
List<String> salesChannel
-
secondProductCategoryCode
String secondProductCategoryCode
-
taskId
UUID taskId
-
thirdProductCategoryCode
String thirdProductCategoryCode
-
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.query.NewProductApplicationPageParam
class NewProductApplicationPageParam extends com.elitesland.ystdms.sys.dto.RequestQueryParam implements Serializable-
序列化字段
-
applicationDateEnd
LocalDate applicationDateEnd
申请日期结束 -
applicationDateStart
LocalDate applicationDateStart
申请日期开始 -
applicationNo
String applicationNo
立项单号 -
applicationReason
String applicationReason
新品立项原因 -
bizStageStatus
String bizStageStatus
业务阶段状态 -
channelCoBrandingFlag
Integer channelCoBrandingFlag
是否渠道联名 -
createBy
String createBy
创建人 -
createTimeEnd
LocalDateTime createTimeEnd
创建日期结束 -
createTimeStart
LocalDateTime createTimeStart
创建日期开始 -
documentStatus
String documentStatus
单据状态 -
fileName
String fileName
附件名称 -
firstProductCategoryCode
String firstProductCategoryCode
商品一级分类code -
id
UUID id
记录唯一ID -
processInstanceId
String processInstanceId
钉钉审批流程ID -
productAssistant
String productAssistant
产品助理 -
productionFactory
String productionFactory
生产工厂 -
productManager
String productManager
产品经理 -
productName
String productName
商品名称 -
productSource
String productSource
产品来源 -
salesChannel
String salesChannel
销售渠道 -
secondProductCategoryCode
String secondProductCategoryCode
商品二级分类code -
thirdProductCategoryCode
String thirdProductCategoryCode
商品三级分类code
-
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.query.OtherMaterialPageParam
class OtherMaterialPageParam extends com.elitesland.ystdms.sys.dto.RequestQueryParam implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
categoryLevelFirstCode
String categoryLevelFirstCode
-
categoryLevelSecondCode
String categoryLevelSecondCode
-
categoryLevelThirdCode
String categoryLevelThirdCode
-
lastSyncTime
LocalDateTime lastSyncTime
-
materialCode
String materialCode
-
materialCodeList
List<String> materialCodeList
-
materialCodeName
String materialCodeName
-
materialName
String materialName
-
materialStatus
String materialStatus
-
sourceType
String sourceType
-
srmPushStatus
String srmPushStatus
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.query.OtherOrPackagingMaterialPageParam
class OtherOrPackagingMaterialPageParam extends com.elitesland.ystdms.sys.dto.RequestQueryParam implements Serializable-
序列化字段
-
barcode69
String barcode69
-
categoryLevelFirstCode
String categoryLevelFirstCode
-
categoryLevelSecondCode
String categoryLevelSecondCode
-
categoryLevelThirdCode
String categoryLevelThirdCode
-
extId0s
List<Long> extId0s
-
ids
List<UUID> ids
-
materialCode
String materialCode
-
materialCodeOrName
String materialCodeOrName
-
materialCodes
List<String> materialCodes
-
materialName
String materialName
-
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.query.PackageStyleApplicationPageParam
class PackageStyleApplicationPageParam extends com.elitesland.ystdms.sys.dto.RequestQueryParam implements Serializable -
类 com.elitesland.ystdms.ss.api.rpc.product.query.PackagingMaterialPageParam
class PackagingMaterialPageParam extends com.elitesland.ystdms.sys.dto.RequestQueryParam implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
barcode69
String barcode69
-
barcode69Name
String barcode69Name
-
categoryLevelFirstCode
String categoryLevelFirstCode
-
categoryLevelFirstCodeList
List<String> categoryLevelFirstCodeList
-
categoryLevelFirstName
String categoryLevelFirstName
-
categoryLevelSecondCode
String categoryLevelSecondCode
-
categoryLevelSecondCodeList
List<String> categoryLevelSecondCodeList
-
categoryLevelSecondName
String categoryLevelSecondName
-
categoryLevelThirdCode
String categoryLevelThirdCode
-
categoryLevelThirdCodeList
List<String> categoryLevelThirdCodeList
-
categoryLevelThirdName
String categoryLevelThirdName
-
idList
List<UUID> idList
-
materialCode
String materialCode
-
materialCodeList
List<String> materialCodeList
-
materialCodeOrName
String materialCodeOrName
-
materialName
String materialName
-
materialStatus
String materialStatus
-
sapPushStatus
String sapPushStatus
-
sourceType
String sourceType
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.query.PaicheRemarkPageParam
class PaicheRemarkPageParam extends com.elitesland.ystdms.sys.dto.RequestQueryParam implements Serializable-
序列化字段
-
code
String code
-
codeSet
Set<String> codeSet
-
createAt
LocalDateTime createAt
-
createBy
String createBy
-
id
UUID id
-
level
Integer level
-
name
String name
-
nameOrCode
String nameOrCode
-
note
String note
-
notId
UUID notId
-
parentCode
String parentCode
-
parentId
UUID parentId
-
parentName
String parentName
-
sortNo
Integer sortNo
-
status
String status
-
updateAt
LocalDateTime updateAt
-
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.query.ResearchTaskPageParam
class ResearchTaskPageParam extends com.elitesland.ystdms.sys.dto.RequestQueryParam implements Serializable-
序列化字段
-
applicationId
UUID applicationId
-
applicationNo
String applicationNo
-
configType
String configType
-
createAtEnd
LocalDateTime createAtEnd
-
createAtStart
LocalDateTime createAtStart
-
createBy
String createBy
-
id
UUID id
-
mandatoryExecuteFlag
Integer mandatoryExecuteFlag
-
processInstanceId
String processInstanceId
-
taskCode
String taskCode
-
taskName
String taskName
-
taskStatus
String taskStatus
-
taskType
String taskType
-
templateConfigId
String templateConfigId
-
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.query.ResearchTaskTemplateConfigPageParam
class ResearchTaskTemplateConfigPageParam extends com.elitesland.ystdms.sys.dto.RequestQueryParam implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
configType
String configType
模版类型 -
createAtEnd
LocalDateTime createAtEnd
创建日期结束 -
createAtStart
LocalDateTime createAtStart
创建日期开始 -
createBy
String createBy
创建人 -
executionMethod
String executionMethod
执行方式 -
idList
List<UUID> idList
ID集合 -
mandatoryExecuteFlag
Integer mandatoryExecuteFlag
是否必须执行 -
taskCode
String taskCode
任务编码 -
taskName
String taskName
任务名称 -
taskStatus
String taskStatus
任务状态 -
taskType
String taskType
任务类型 -
taskTypeList
List<String> taskTypeList
任务类型
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.query.SimpleProductApplicationPageParam
class SimpleProductApplicationPageParam extends com.elitesland.ystdms.sys.dto.RequestQueryParam implements Serializable-
序列化字段
-
applicationDateEnd
LocalDate applicationDateEnd
申请日期结束 -
applicationDateStart
LocalDate applicationDateStart
申请日期开始 -
applicationNo
String applicationNo
立项单号 -
bizStageStatus
String bizStageStatus
业务阶段状态 -
brand
String brand
品牌 -
channelCoBrandingFlag
Integer channelCoBrandingFlag
是否渠道联名 -
createBy
String createBy
创建人 -
createTimeEnd
LocalDateTime createTimeEnd
创建日期结束 -
createTimeStart
LocalDateTime createTimeStart
创建日期开始 -
documentStatus
String documentStatus
单据状态 -
firstProductCategoryCode
String firstProductCategoryCode
商品一级分类code -
id
UUID id
记录唯一ID -
processInstanceId
String processInstanceId
钉钉审批流程ID -
productAssistant
String productAssistant
产品助理 -
productionFactory
String productionFactory
生产工厂 -
productManager
String productManager
产品经理 -
productName
String productName
商品名称 -
productSource
String productSource
产品来源 -
salesChannel
String salesChannel
销售渠道 -
secondProductCategoryCode
String secondProductCategoryCode
商品二级分类code -
thirdProductCategoryCode
String thirdProductCategoryCode
商品三级分类code
-
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.query.SimpleProductApplicationRawMaterialDetailPageParam
class SimpleProductApplicationRawMaterialDetailPageParam extends com.elitesland.ystdms.sys.dto.RequestQueryParam implements Serializable-
序列化字段
-
applicationId
UUID applicationId
-
createAtEnd
LocalDateTime createAtEnd
-
createAtStart
LocalDateTime createAtStart
-
createBy
String createBy
-
id
UUID id
-
materialName
String materialName
-
materialOrigin
String materialOrigin
-
materialSupplier
String materialSupplier
-
materialType
String materialType
-
-
-
-
程序包 com.elitesland.ystdms.ss.api.rpc.product.resp
-
类 com.elitesland.ystdms.ss.api.rpc.product.resp.ChannelPlatformProductRespVO
class ChannelPlatformProductRespVO extends com.elitesland.ystdms.sys.dto.BaseDTO implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
channelProductId
UUID channelProductId
渠道商品ID -
id
UUID id
-
platformProductCode
String platformProductCode
平台商品编码 -
platformProductFactoryCode
String platformProductFactoryCode
平台商品工厂编码 -
platformProductFactoryName
String platformProductFactoryName
平台商品工厂名称 -
platformSupplyPrice
BigDecimal platformSupplyPrice
平台供货价 -
remark
String remark
-
singleProductTargetQty
BigDecimal singleProductTargetQty
单品目标量 -
sort
Integer sort
序号 -
whChannelCode
String whChannelCode
二级库控渠道编码 -
whChannelName
String whChannelName
二级库控渠道名称 -
whRatio
BigDecimal whRatio
仓占比
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.resp.ChannelPutawayApplyRespVO
class ChannelPutawayApplyRespVO extends com.elitesland.ystdms.sys.dto.BaseDTO implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
applyDate
LocalDate applyDate
申请日期 -
applyNo
String applyNo
申请单号 -
channelPutawayProductRespVOS
List<ChannelPutawayProductRespVO> channelPutawayProductRespVOS
-
channelSpecialRequire
String channelSpecialRequire
渠道特殊要求 -
disposablePutaway
Integer disposablePutaway
一次性上架 -
disposablePutawayName
String disposablePutawayName
一次性上架名称 -
documentStatus
String documentStatus
单据状态 -
documentStatusName
String documentStatusName
单据状态名称 -
id
UUID id
-
processInstanceId
String processInstanceId
钉钉审批流程ID -
putawayFlag
Integer putawayFlag
-
putawayFlagName
String putawayFlagName
-
putawayOperateChannel
String putawayOperateChannel
上架运营渠道 -
putawayOperateChannelName
String putawayOperateChannelName
上架运营渠道名称 -
putawayReason
String putawayReason
上架原因 -
putawayStatus
String putawayStatus
上架状态 -
putawayStatusName
String putawayStatusName
上架状态名称 -
remark
String remark
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.resp.ChannelPutawayProductRespVO
class ChannelPutawayProductRespVO extends com.elitesland.ystdms.sys.dto.BaseDTO implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
annualTotalEstimateAmt
BigDecimal annualTotalEstimateAmt
年度总预估量(万元) -
applyId
UUID applyId
渠道上架申请单ID -
drawingNo
String drawingNo
-
factoryName
String factoryName
-
firstProductCategoryCode
String firstProductCategoryCode
-
firstProductCategoryName
String firstProductCategoryName
-
id
UUID id
-
product69Code
String product69Code
-
productAssistant
String productAssistant
-
productAssistantName
String productAssistantName
-
productAssistantOutUserId
String productAssistantOutUserId
-
productCode
String productCode
产成品code -
productId
UUID productId
产成品ID -
productManager
String productManager
-
productManagerName
String productManagerName
-
productManagerOutUserId
String productManagerOutUserId
-
productName
String productName
产成品名称 -
remark
String remark
-
scheduleSuffix
String scheduleSuffix
-
secondProductCategoryCode
String secondProductCategoryCode
-
secondProductCategoryName
String secondProductCategoryName
-
thirdProductCategoryCode
String thirdProductCategoryCode
-
thirdProductCategoryName
String thirdProductCategoryName
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.resp.CostProfitCalculationRawMaterialDetailRespVO
class CostProfitCalculationRawMaterialDetailRespVO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
calculationId
UUID calculationId
-
createAt
LocalDateTime createAt
-
creator
String creator
-
id
UUID id
-
ingredientName
String ingredientName
-
ingredientRatio
BigDecimal ingredientRatio
-
updateAt
LocalDateTime updateAt
-
updater
String updater
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.resp.CostProfitCalculationRespVO
class CostProfitCalculationRespVO extends com.elitesland.ystdms.sys.dto.BaseDTO implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
applicationId
UUID applicationId
-
applicationNo
String applicationNo
-
fileUrl
String fileUrl
-
id
UUID id
-
processInstanceId
String processInstanceId
-
productAssistant
String productAssistant
产品助理名称 -
productAssistantOutUserId
String productAssistantOutUserId
-
productionFactory
String productionFactory
拟生产工厂 -
productionFactoryList
List<FactorySimpleSaveVO> productionFactoryList
拟生产工厂集合 -
productionFactoryName
String productionFactoryName
拟生产工厂名称 -
productManager
String productManager
产品经理名称 -
productManagerOutUserId
String productManagerOutUserId
-
productName
String productName
-
rawMaterialDetailList
List<CostProfitCalculationRawMaterialDetailRespVO> rawMaterialDetailList
-
relationDocumentType
String relationDocumentType
-
remark
String remark
-
taskId
UUID taskId
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.resp.CustomerProductRespVO
class CustomerProductRespVO extends com.elitesland.ystdms.sys.dto.BaseDTO implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
businessCategoryCode
String businessCategoryCode
业务分类编码 -
businessCategoryName
String businessCategoryName
业务分类名称 -
customerCode
String customerCode
客户编码 -
customerName
String customerName
客户名称 -
customerProductCode
String customerProductCode
客户商品code -
customerProductStatus
String customerProductStatus
客户商品状态 -
customerProductStatusName
String customerProductStatusName
客户商品状态名称 -
id
UUID id
-
product69Code
String product69Code
-
productCode
String productCode
商品编码 -
productId
UUID productId
商品Id -
productName
String productName
商品名称 -
remark
String remark
-
scheduleSuffix
String scheduleSuffix
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.resp.FinishedProductChannelRespVO
class FinishedProductChannelRespVO extends com.elitesland.ystdms.sys.dto.BaseDTO implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
actualWeightBox
BigDecimal actualWeightBox
-
actualWeightSingle
BigDecimal actualWeightSingle
-
applicationId
UUID applicationId
-
baseUnit
String baseUnit
-
baseUnitName
String baseUnitName
-
boxSpec
BigDecimal boxSpec
-
channelPlatformProductRespVOS
List<ChannelPlatformProductRespVO> channelPlatformProductRespVOS
-
channelProductStatus
String channelProductStatus
-
channelProductStatusName
String channelProductStatusName
-
channelSpecialRequire
String channelSpecialRequire
渠道特殊要求 -
drawingNo
String drawingNo
-
firstProductCategoryCode
String firstProductCategoryCode
-
firstProductCategoryName
String firstProductCategoryName
-
goodsId
String goodsId
货品ID(猫超) -
id
UUID id
-
netWeightSingle
BigDecimal netWeightSingle
-
operateChannelCode
String operateChannelCode
运营渠道 -
operateChannelName
String operateChannelName
运营渠道名称 -
product69Code
String product69Code
-
productAssistant
String productAssistant
-
productAssistantName
String productAssistantName
-
productCheckRecordId
UUID productCheckRecordId
-
productCode
String productCode
产成品code -
productId
UUID productId
-
productManager
String productManager
-
productManagerName
String productManagerName
-
productName
String productName
产成品名称 -
productSize
String productSize
-
productStatus
String productStatus
渠道商品状态 -
productStatusName
String productStatusName
渠道商品状态名称 -
relateNo
String relateNo
关联单号 -
remark
String remark
-
scheduleSuffix
String scheduleSuffix
-
secondProductCategoryCode
String secondProductCategoryCode
-
secondProductCategoryName
String secondProductCategoryName
-
specialRequirement
String specialRequirement
-
taxCode
String taxCode
-
taxName
String taxName
-
taxRate
String taxRate
-
thirdProductCategoryCode
String thirdProductCategoryCode
-
thirdProductCategoryName
String thirdProductCategoryName
-
turnoverBoxReq
String turnoverBoxReq
-
turnoverBoxReqName
String turnoverBoxReqName
-
volumeCm
BigDecimal volumeCm
-
wdtProductCode
String wdtProductCode
-
weightBox
BigDecimal weightBox
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.resp.FinishedProductDetailRespDTO
class FinishedProductDetailRespDTO extends com.elitesland.ystdms.sys.dto.BaseDTO implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
actualWeightBox
BigDecimal actualWeightBox
-
actualWeightSingle
BigDecimal actualWeightSingle
-
applicationNo
String applicationNo
-
bagSize
String bagSize
-
baseUnit
String baseUnit
-
baseUnitName
String baseUnitName
-
boxHeight
BigDecimal boxHeight
-
boxLength
BigDecimal boxLength
-
boxSpec
BigDecimal boxSpec
-
boxWidth
BigDecimal boxWidth
-
brand
String brand
-
channelCooperationFlag
Integer channelCooperationFlag
-
channelCooperationFlagName
String channelCooperationFlagName
-
channelList
List<FinishedProductChannelRespVO> channelList
-
coBrand
String coBrand
-
custCode
String custCode
-
drawingNo
String drawingNo
-
enableLot
Integer enableLot
-
enableLotName
String enableLotName
-
enableShelfLife
Integer enableShelfLife
-
enableShelfLifeName
String enableShelfLifeName
-
executionStandard
String executionStandard
-
firstProductCategoryCode
String firstProductCategoryCode
-
firstProductCategoryName
String firstProductCategoryName
-
fiveCertificateFlag
Integer fiveCertificateFlag
-
fiveCertificateFlagName
String fiveCertificateFlagName
-
netWeightSingle
BigDecimal netWeightSingle
-
organicFlag
Integer organicFlag
-
organicFlagName
String organicFlagName
-
packagingLayers
String packagingLayers
-
packagingLayersName
String packagingLayersName
-
packagingMaterial
String packagingMaterial
-
packagingMaterialName
String packagingMaterialName
-
product69Code
String product69Code
-
productAssistant
String productAssistant
-
productAssistantName
String productAssistantName
-
productCode
String productCode
-
productionDatePosition
String productionDatePosition
-
productionProcess
String productionProcess
-
productionProcessName
String productionProcessName
-
productManager
String productManager
-
productManagerName
String productManagerName
-
productName
String productName
-
productSize
String productSize
-
productSource
String productSource
-
productSourceName
String productSourceName
-
productStatus
String productStatus
-
productStatusName
String productStatusName
-
scheduleSuffix
String scheduleSuffix
-
secondProductCategoryCode
String secondProductCategoryCode
-
secondProductCategoryName
String secondProductCategoryName
-
shelfLife
Integer shelfLife
-
shelfLifeUnit
String shelfLifeUnit
-
sourceBillNo
String sourceBillNo
-
sourceBillType
String sourceBillType
-
sourceBillTypeName
String sourceBillTypeName
-
sprayCodeType
String sprayCodeType
-
sprayCodeTypeName
String sprayCodeTypeName
-
storageCondition
String storageCondition
-
storageConditionName
String storageConditionName
-
taxCode
String taxCode
-
taxName
String taxName
-
taxRate
String taxRate
-
thirdProductCategoryCode
String thirdProductCategoryCode
-
thirdProductCategoryName
String thirdProductCategoryName
-
traceability
String traceability
-
traceabilityName
String traceabilityName
-
turnoverBoxReq
String turnoverBoxReq
-
turnoverBoxReqName
String turnoverBoxReqName
-
volumeCm
BigDecimal volumeCm
-
volumeM
BigDecimal volumeM
-
wdtProductCode
String wdtProductCode
-
weightBox
BigDecimal weightBox
-
wholeBoxFlag
Integer wholeBoxFlag
-
wholeBoxFlagName
String wholeBoxFlagName
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.resp.FinishedProductFactoryRespVO
class FinishedProductFactoryRespVO extends com.elitesland.ystdms.sys.dto.BaseDTO implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
applicationId
UUID applicationId
申请ID -
capacityConfirmStatus
String capacityConfirmStatus
产能袋规确认状态 -
capacityConfirmStatusName
String capacityConfirmStatusName
-
capacitySpec
String capacitySpec
-
distributionDate
LocalDate distributionDate
分配日期 -
distributionReason
String distributionReason
分配原因 -
drawingNo
String drawingNo
-
factoryCode
String factoryCode
-
factoryId
UUID factoryId
-
factoryName
String factoryName
-
factoryType
String factoryType
-
firstProductCategoryCode
String firstProductCategoryCode
-
firstProductCategoryName
String firstProductCategoryName
-
id
UUID id
-
product69Code
String product69Code
商品69码 -
productCheckRecordId
UUID productCheckRecordId
产成品审核ID -
productCode
String productCode
产成品code -
productId
UUID productId
-
productName
String productName
产成品名称 -
productSource
String productSource
-
productSourceName
String productSourceName
产品来源名称 -
productStatus
String productStatus
-
productStatusName
String productStatusName
-
remark
String remark
-
sapFactoryCode
String sapFactoryCode
-
scheduleRemarkLv1
String scheduleRemarkLv1
-
scheduleRemarkLv1Name
String scheduleRemarkLv1Name
-
scheduleRemarkLv2
String scheduleRemarkLv2
-
scheduleRemarkLv2Name
String scheduleRemarkLv2Name
-
scheduleSuffix
String scheduleSuffix
原排车后缀 -
secondProductCategoryCode
String secondProductCategoryCode
-
secondProductCategoryName
String secondProductCategoryName
-
thirdProductCategoryCode
String thirdProductCategoryCode
-
thirdProductCategoryName
String thirdProductCategoryName
-
workshopType
String workshopType
-
workshopTypeName
String workshopTypeName
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.resp.InitiateDetailDesignRespVO
class InitiateDetailDesignRespVO extends com.elitesland.ystdms.sys.dto.BaseDTO implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
applicationId
UUID applicationId
-
applicationNo
String applicationNo
-
detailedDescriptionExcel
String detailedDescriptionExcel
-
drawingNo
String drawingNo
-
examiningReportFlag
Integer examiningReportFlag
-
examiningReportFlagName
String examiningReportFlagName
-
firstProductCategoryCode
String firstProductCategoryCode
-
firstProductCategoryName
String firstProductCategoryName
-
id
UUID id
-
packagingFinalEditionImg
String packagingFinalEditionImg
-
processInstanceId
String processInstanceId
-
product69Code
String product69Code
-
productAssistant
String productAssistant
-
productAssistantName
String productAssistantName
-
productAssistantOutUserId
String productAssistantOutUserId
-
productManager
String productManager
-
productManagerName
String productManagerName
-
productManagerOutUserId
String productManagerOutUserId
-
productName
String productName
-
productSource
String productSource
-
productSourceList
List<String> productSourceList
-
productSourceName
String productSourceName
-
relationDocumentType
String relationDocumentType
-
remark
String remark
-
salesChannel
String salesChannel
销售渠道 -
salesChannelList
List<String> salesChannelList
销售渠道集合 -
salesChannelName
String salesChannelName
销售渠道 -
secondProductCategoryCode
String secondProductCategoryCode
-
secondProductCategoryName
String secondProductCategoryName
-
taskId
UUID taskId
-
taskStatus
String taskStatus
-
taskStatusName
String taskStatusName
-
thirdProductCategoryCode
String thirdProductCategoryCode
-
thirdProductCategoryName
String thirdProductCategoryName
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.resp.InitiateNewDecisionProjecteSaleDetailRespVO
class InitiateNewDecisionProjecteSaleDetailRespVO extends com.elitesland.ystdms.sys.dto.BaseDTO implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
applicationId
UUID applicationId
-
channelBasePrice
BigDecimal channelBasePrice
-
decisionId
UUID decisionId
-
id
UUID id
-
retailPrice
BigDecimal retailPrice
-
salesChannel
String salesChannel
-
salesChannelName
String salesChannelName
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.resp.InitiateNewDecisionRawMaterialDetailRespVO
class InitiateNewDecisionRawMaterialDetailRespVO extends com.elitesland.ystdms.sys.dto.BaseDTO implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
annualOutput
String annualOutput
-
applicationId
UUID applicationId
-
decisionId
UUID decisionId
-
id
UUID id
-
leadTime
String leadTime
-
materialName
String materialName
-
materialOrigin
String materialOrigin
-
materialSupplier
String materialSupplier
-
materialType
String materialType
-
materialTypeName
String materialTypeName
-
minOrderQuantity
String minOrderQuantity
-
qualityRisk
String qualityRisk
-
shelfLife
String shelfLife
-
shelfLifeDisplay
String shelfLifeDisplay
-
shelfLifeUnit
String shelfLifeUnit
-
shelfLifeUnitName
String shelfLifeUnitName
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.resp.InitiateNewDecisionRespVO
class InitiateNewDecisionRespVO extends com.elitesland.ystdms.sys.dto.BaseDTO implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
annualTotal
BigDecimal annualTotal
-
annualTotalUnit
String annualTotalUnit
-
annualTotalUnitName
String annualTotalUnitName
-
applicationId
UUID applicationId
-
applicationNo
String applicationNo
-
auditResult
String auditResult
-
auditResultName
String auditResultName
-
bagType
String bagType
-
bagTypeName
String bagTypeName
-
brandCode
String brandCode
-
brandName
String brandName
-
campaignBrand
String campaignBrand
-
caseSpecification
BigDecimal caseSpecification
-
channelCoBrandingFlag
Integer channelCoBrandingFlag
-
channelCoBrandingFlagName
String channelCoBrandingFlagName
-
coreSellingPoint
String coreSellingPoint
-
deliveryMode
String deliveryMode
-
deliveryModeList
List<String> deliveryModeList
物流形式集合 -
deliveryModeName
String deliveryModeName
-
factoryAuditReportFileUrl
String factoryAuditReportFileUrl
-
factoryTeamLeader
String factoryTeamLeader
-
factoryTeamLeaderList
List<SimpleUserRespVO> factoryTeamLeaderList
工厂研发小组组长 -
factoryTeamLeaderName
String factoryTeamLeaderName
-
firstProductCategoryCode
String firstProductCategoryCode
-
firstProductCategoryName
String firstProductCategoryName
-
id
UUID id
-
initialOrderQuantity
Integer initialOrderQuantity
-
materialPurUser
String materialPurUser
-
materialPurUserList
List<SimpleUserRespVO> materialPurUserList
原料采购对接人 -
materialPurUserName
String materialPurUserName
-
negotiationOutcome
String negotiationOutcome
-
netWeight
String netWeight
-
oemSupplier
String oemSupplier
-
oemSupplierName
String oemSupplierName
-
packagingMaterial
String packagingMaterial
-
packagingMaterialName
String packagingMaterialName
-
processInstanceId
String processInstanceId
-
productAssistant
String productAssistant
-
productAssistantName
String productAssistantName
-
productionFactory
String productionFactory
生产工厂 -
productionFactoryList
List<FactorySimpleSaveVO> productionFactoryList
生产工厂集合 -
productionFactoryName
String productionFactoryName
生产工厂名称 -
productionProcess
String productionProcess
-
productionProcessName
String productionProcessName
-
productManager
String productManager
-
productManagerName
String productManagerName
-
productName
String productName
-
productSource
String productSource
-
productSourceList
List<String> productSourceList
-
productSourceName
String productSourceName
-
projecteSaleDetailList
List<InitiateNewDecisionProjecteSaleDetailRespVO> projecteSaleDetailList
预估销量明细列表 -
q1Volume
BigDecimal q1Volume
-
q2Volume
BigDecimal q2Volume
-
q3Volume
BigDecimal q3Volume
-
q4Volume
BigDecimal q4Volume
-
rawMaterialDetailList
List<InitiateNewDecisionRawMaterialDetailRespVO> rawMaterialDetailList
原料明细列表 -
relationDocumentType
String relationDocumentType
-
remark
String remark
-
salesChannel
String salesChannel
销售渠道 -
salesChannelList
List<String> salesChannelList
销售渠道集合 -
salesChannelName
String salesChannelName
销售渠道 -
secondProductCategoryCode
String secondProductCategoryCode
-
secondProductCategoryName
String secondProductCategoryName
-
singleDeliveryQty
BigDecimal singleDeliveryQty
-
sprayCodingMethod
String sprayCodingMethod
-
sprayCodingMethodList
List<String> sprayCodingMethodList
喷码方式集合 -
sprayCodingMethodName
String sprayCodingMethodName
-
storageCondition
String storageCondition
-
storageConditionName
String storageConditionName
-
taskId
UUID taskId
-
taskStatus
String taskStatus
-
taskStatusName
String taskStatusName
-
tastResultFileUrl
String tastResultFileUrl
-
thirdProductCategoryCode
String thirdProductCategoryCode
-
thirdProductCategoryName
String thirdProductCategoryName
-
turnoverBoxRequirement
String turnoverBoxRequirement
-
turnoverBoxRequirementName
String turnoverBoxRequirementName
-
wholeBoxFlag
Integer wholeBoxFlag
-
wholeBoxFlagName
String wholeBoxFlagName
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.resp.InitiatePackageBackPanelRawMaterialDetailRespVO
class InitiatePackageBackPanelRawMaterialDetailRespVO extends com.elitesland.ystdms.sys.dto.BaseDTO implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
annualOutput
String annualOutput
-
applicationId
UUID applicationId
-
backPanelId
UUID backPanelId
-
id
UUID id
-
leadTime
String leadTime
-
materialName
String materialName
-
materialOrigin
String materialOrigin
-
materialSupplier
String materialSupplier
-
materialType
String materialType
-
materialTypeName
String materialTypeName
-
minOrderQuantity
String minOrderQuantity
-
qualityRisk
String qualityRisk
-
shelfLife
String shelfLife
-
shelfLifeDisplay
String shelfLifeDisplay
-
shelfLifeUnit
String shelfLifeUnit
-
shelfLifeUnitName
String shelfLifeUnitName
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.resp.InitiatePackageBackPanelRespVO
class InitiatePackageBackPanelRespVO extends com.elitesland.ystdms.sys.dto.BaseDTO implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
applicationId
UUID applicationId
-
applicationNo
String applicationNo
-
bagType
String bagType
-
bagTypeName
String bagTypeName
-
barcodeRequirement
Integer barcodeRequirement
-
barcodeRequirementName
String barcodeRequirementName
-
boxSpecification
String boxSpecification
-
boxSpecificationName
String boxSpecificationName
-
brand
String brand
-
brandName
String brandName
-
caseSpecification
BigDecimal caseSpecification
-
channelCoBrandingFlag
Integer channelCoBrandingFlag
-
channelCoBrandingFlagName
String channelCoBrandingFlagName
-
dedicatedBox
Integer dedicatedBox
-
dedicatedBoxName
String dedicatedBoxName
-
deliveryMode
String deliveryMode
物流形式,UDC字典码 -
deliveryModeName
String deliveryModeName
物流形式名称 -
drawingNo
String drawingNo
-
effect
String effect
-
effectName
String effectName
-
firstProductCategoryCode
String firstProductCategoryCode
-
firstProductCategoryName
String firstProductCategoryName
-
handHolding
String handHolding
-
handHoldingName
String handHoldingName
-
id
UUID id
-
netWeight
String netWeight
-
packagingMaterial
String packagingMaterial
-
packagingMaterialName
String packagingMaterialName
-
processInstanceId
String processInstanceId
-
product69Code
String product69Code
-
productAssistant
String productAssistant
-
productAssistantName
String productAssistantName
-
productAssistantOutUserId
String productAssistantOutUserId
-
productionDatePosition
String productionDatePosition
-
productionFactory
String productionFactory
生产工厂 -
productionFactoryList
List<FactorySimpleSaveVO> productionFactoryList
生产工厂集合 -
productionFactoryName
String productionFactoryName
生产工厂名称 -
productionProcess
String productionProcess
-
productionProcessName
String productionProcessName
-
productManager
String productManager
-
productManagerName
String productManagerName
-
productManagerOutUserId
String productManagerOutUserId
-
productName
String productName
-
productSource
String productSource
-
productSourceList
List<String> productSourceList
-
productSourceName
String productSourceName
-
rawMaterialDetailList
List<InitiatePackageBackPanelRawMaterialDetailRespVO> rawMaterialDetailList
原料明细列表 -
relationDocumentType
String relationDocumentType
-
remark
String remark
-
retailPrice
BigDecimal retailPrice
-
salesChannel
String salesChannel
销售渠道 -
salesChannelList
List<String> salesChannelList
销售渠道集合 -
salesChannelName
String salesChannelName
销售渠道名称 -
secondProductCategoryCode
String secondProductCategoryCode
-
secondProductCategoryName
String secondProductCategoryName
-
sprayCodingMethod
String sprayCodingMethod
-
sprayCodingMethodList
List<String> sprayCodingMethodList
-
sprayCodingMethodName
String sprayCodingMethodName
-
storageCondition
String storageCondition
存储条件,UDC字典码 -
storageConditionName
String storageConditionName
存储条件,UDC字典码 -
taskId
UUID taskId
-
taskStatus
String taskStatus
-
taskStatusName
String taskStatusName
-
thirdProductCategoryCode
String thirdProductCategoryCode
-
thirdProductCategoryName
String thirdProductCategoryName
-
trademarkCode
String trademarkCode
-
trademarkName
String trademarkName
-
wholeBoxFlag
Integer wholeBoxFlag
是否整箱销售(0-否,1-是) -
wholeBoxFlagName
String wholeBoxFlagName
是否整箱销售(0-否,1-是)
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.resp.InitiatePackageDesignRawMaterialDetailRespVO
class InitiatePackageDesignRawMaterialDetailRespVO extends com.elitesland.ystdms.sys.dto.BaseDTO implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
annualOutput
String annualOutput
-
applicationId
UUID applicationId
-
designId
UUID designId
-
id
UUID id
-
leadTime
String leadTime
-
materialName
String materialName
-
materialOrigin
String materialOrigin
-
materialSupplier
String materialSupplier
-
materialType
String materialType
-
materialTypeName
String materialTypeName
-
minOrderQuantity
String minOrderQuantity
-
qualityRisk
String qualityRisk
-
shelfLife
String shelfLife
-
shelfLifeDisplay
String shelfLifeDisplay
-
shelfLifeUnit
String shelfLifeUnit
-
shelfLifeUnitName
String shelfLifeUnitName
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.resp.InitiatePackageDesignRespVO
class InitiatePackageDesignRespVO extends com.elitesland.ystdms.sys.dto.BaseDTO implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
applicationId
UUID applicationId
-
applicationNo
String applicationNo
-
bagType
String bagType
-
bagTypeName
String bagTypeName
-
barcodeRequirement
Integer barcodeRequirement
-
barcodeRequirementName
String barcodeRequirementName
-
boxSpecification
String boxSpecification
-
boxSpecificationName
String boxSpecificationName
-
brandCode
String brandCode
-
brandName
String brandName
-
budget
BigDecimal budget
-
campaignBrand
String campaignBrand
-
caseSpecification
BigDecimal caseSpecification
-
channelCoBrandingFlag
Integer channelCoBrandingFlag
-
channelCoBrandingFlagName
String channelCoBrandingFlagName
-
coBrandDisplay
Integer coBrandDisplay
-
coBrandDisplayName
String coBrandDisplayName
-
coBrandingFlag
Integer coBrandingFlag
-
coBrandingFlagName
String coBrandingFlagName
-
coCompanyAddress
String coCompanyAddress
-
coCompanyAddressDetail
String coCompanyAddressDetail
-
coCompanyAddressDisplay
Integer coCompanyAddressDisplay
-
coCompanyAddressDisplayName
String coCompanyAddressDisplayName
-
coCompanyDisplay
Integer coCompanyDisplay
-
coCompanyDisplayName
String coCompanyDisplayName
-
coCompanyName
String coCompanyName
-
consumptionGuide
String consumptionGuide
-
coreSellingPoint
String coreSellingPoint
-
customerDesignFlag
Integer customerDesignFlag
-
customerDesignFlagName
String customerDesignFlagName
-
dedicatedBox
Integer dedicatedBox
-
dedicatedBoxName
String dedicatedBoxName
-
deliveryMode
String deliveryMode
-
deliveryModeList
List<String> deliveryModeList
-
deliveryModeName
String deliveryModeName
-
designStyle
String designStyle
-
drawingNo
String drawingNo
-
effect
String effect
-
effectName
String effectName
-
firstProductCategoryCode
String firstProductCategoryCode
-
firstProductCategoryName
String firstProductCategoryName
-
handHolding
String handHolding
-
handHoldingName
String handHoldingName
-
hasApplication
Integer hasApplication
-
hasApplicationName
String hasApplicationName
-
id
UUID id
-
initialOrderQuantity
Integer initialOrderQuantity
-
kindReminder
String kindReminder
-
netWeight
String netWeight
-
oemSupplier
String oemSupplier
-
oemSupplierName
String oemSupplierName
-
packagingMaterial
String packagingMaterial
-
packagingMaterialName
String packagingMaterialName
-
processInstanceId
String processInstanceId
-
product69Code
String product69Code
-
productAssistant
String productAssistant
-
productAssistantName
String productAssistantName
-
productAssistantOutUserId
String productAssistantOutUserId
-
productionDatePosition
String productionDatePosition
-
productionFactory
String productionFactory
生产工厂 -
productionFactoryList
List<FactorySimpleSaveVO> productionFactoryList
生产工厂集合 -
productionFactoryName
String productionFactoryName
生产工厂名称 -
productionProcess
String productionProcess
-
productionProcessName
String productionProcessName
-
productManager
String productManager
-
productManagerName
String productManagerName
-
productManagerOutUserId
String productManagerOutUserId
-
productName
String productName
-
productSeries
String productSeries
-
productSeriesName
String productSeriesName
-
productSource
String productSource
-
productSourceList
List<String> productSourceList
-
productSourceName
String productSourceName
-
proofingFlag
Integer proofingFlag
-
proofingFlagName
String proofingFlagName
-
rawMaterialDetailList
List<InitiatePackageDesignRawMaterialDetailRespVO> rawMaterialDetailList
原料明细列表 -
relationDocumentType
String relationDocumentType
-
remark
String remark
-
salesChannel
String salesChannel
销售渠道 -
salesChannelList
List<String> salesChannelList
销售渠道集合 -
salesChannelName
String salesChannelName
销售渠道 -
secondProductCategoryCode
String secondProductCategoryCode
-
secondProductCategoryName
String secondProductCategoryName
-
series69Code
String series69Code
-
singleDeliveryQty
BigDecimal singleDeliveryQty
-
sprayCodingMethod
String sprayCodingMethod
-
sprayCodingMethodList
List<String> sprayCodingMethodList
-
sprayCodingMethodName
String sprayCodingMethodName
-
storageCondition
String storageCondition
-
storageConditionName
String storageConditionName
-
targetAudience
String targetAudience
-
taskId
UUID taskId
-
taskStatus
String taskStatus
-
taskStatusName
String taskStatusName
-
thirdProductCategoryCode
String thirdProductCategoryCode
-
thirdProductCategoryName
String thirdProductCategoryName
-
traceability
String traceability
-
traceabilityName
String traceabilityName
-
trademarkCode
String trademarkCode
-
trademarkName
String trademarkName
-
turnoverBoxRequirement
String turnoverBoxRequirement
-
turnoverBoxRequirementName
String turnoverBoxRequirementName
-
wholeBoxFlag
Integer wholeBoxFlag
-
wholeBoxFlagName
String wholeBoxFlagName
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.resp.NewBagLeatherRespVO
class NewBagLeatherRespVO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
bagTypeName
String bagTypeName
-
caseSpecification
BigDecimal caseSpecification
-
drawingNo
String drawingNo
-
effectName
String effectName
-
handHoldingName
String handHoldingName
-
netWeight
String netWeight
-
packagingMaterialName
String packagingMaterialName
-
product69Code
String product69Code
-
productAssistant
String productAssistant
-
productAssistantName
String productAssistantName
-
productionProcessName
String productionProcessName
-
productManager
String productManager
-
productManagerName
String productManagerName
-
productName
String productName
-
remark
String remark
-
todoPerson
String todoPerson
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.resp.NewCartonBoxRespVO
class NewCartonBoxRespVO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
bagTypeName
String bagTypeName
-
caseSpecification
BigDecimal caseSpecification
-
drawingNo
String drawingNo
-
netWeight
String netWeight
-
packagingMaterialName
String packagingMaterialName
-
product69Code
String product69Code
-
productAssistant
String productAssistant
-
productAssistantName
String productAssistantName
-
productionProcessName
String productionProcessName
-
productManager
String productManager
-
productManagerName
String productManagerName
-
productName
String productName
-
remark
String remark
-
todoPerson
String todoPerson
-
turnoverBoxRequirementName
String turnoverBoxRequirementName
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.resp.NewProductApplicationRespVO
class NewProductApplicationRespVO extends com.elitesland.ystdms.sys.dto.BaseDTO implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
applicationDate
LocalDate applicationDate
申请日期 -
applicationNo
String applicationNo
立项单号 -
applicationReason
String applicationReason
新品立项原因 -
bizStageStatus
String bizStageStatus
业务阶段状态 -
bizStageStatusName
String bizStageStatusName
业务阶段状态名称 -
channelCoBrandingFlag
Integer channelCoBrandingFlag
是否渠道联名 -
channelCoBrandingFlagName
String channelCoBrandingFlagName
是否渠道联名 -
competitorBrand
String competitorBrand
竞品品牌 -
documentStatus
String documentStatus
单据状态 -
documentStatusName
String documentStatusName
单据状态名称 -
fileUrl
String fileUrl
附件url -
firstProductCategoryCode
String firstProductCategoryCode
商品一级分类code -
firstProductCategoryName
String firstProductCategoryName
商品一级分类名称 -
id
UUID id
-
processInstanceId
String processInstanceId
钉钉审批流程ID -
productAssistant
String productAssistant
产品助理 -
productAssistantName
String productAssistantName
产品助理名称 -
productAssistantOutUserId
String productAssistantOutUserId
-
productCategoryName
String productCategoryName
商品分类 -
productionFactory
String productionFactory
生产工厂 -
productionFactoryList
List<FactorySimpleSaveVO> productionFactoryList
生产工厂 -
productionFactoryName
String productionFactoryName
生产工厂 -
productManager
String productManager
产品经理 -
productManagerName
String productManagerName
产品经理名称 -
productManagerOutUserId
String productManagerOutUserId
-
productName
String productName
商品名称 -
productSource
String productSource
产品来源 -
productSourceList
List<String> productSourceList
产品来源集合 -
productSourceName
String productSourceName
产品来源名称 -
remark
String remark
备注 -
researchTaskRespVOS
List<ResearchTaskRespVO> researchTaskRespVOS
-
salesChannel
String salesChannel
销售渠道 -
salesChannelList
List<String> salesChannelList
销售渠道 -
salesChannelName
String salesChannelName
销售渠道名称 -
secondProductCategoryCode
String secondProductCategoryCode
商品二级分类code -
secondProductCategoryName
String secondProductCategoryName
商品二级分类名称 -
thirdProductCategoryCode
String thirdProductCategoryCode
商品三级分类code -
thirdProductCategoryName
String thirdProductCategoryName
商品三级分类名称
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.resp.NewRawGrainsRawMaterialRespVO
class NewRawGrainsRawMaterialRespVO extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.elitesland.ystdms.ss.api.rpc.product.resp.NewRawGrainsRespVO
class NewRawGrainsRespVO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
bagTypeName
String bagTypeName
-
caseSpecification
BigDecimal caseSpecification
-
drawingNo
String drawingNo
-
netWeight
String netWeight
-
packagingMaterialName
String packagingMaterialName
-
product69Code
String product69Code
-
productAssistant
String productAssistant
-
productAssistantName
String productAssistantName
-
productionProcessName
String productionProcessName
-
productManager
String productManager
-
productManagerName
String productManagerName
-
productName
String productName
-
rawGrainsRawMaterials
List<NewRawGrainsRawMaterialRespVO> rawGrainsRawMaterials
原料明细列表 -
todoPerson
String todoPerson
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.resp.OtherMaterialRespVO
class OtherMaterialRespVO extends com.elitesland.ystdms.sys.dto.BaseDTO implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
baseUnit
String baseUnit
-
baseUnitName
String baseUnitName
-
categoryLevelFirstCode
String categoryLevelFirstCode
-
categoryLevelFirstName
String categoryLevelFirstName
-
categoryLevelSecondCode
String categoryLevelSecondCode
-
categoryLevelSecondName
String categoryLevelSecondName
-
categoryLevelThirdCode
String categoryLevelThirdCode
-
categoryLevelThirdName
String categoryLevelThirdName
-
extId0
Long extId0
-
id
UUID id
-
materialCode
String materialCode
-
materialCodeName
String materialCodeName
-
materialName
String materialName
-
materialStatus
String materialStatus
-
materialStatusName
String materialStatusName
-
pushTmsMsg
String pushTmsMsg
-
pushTmsStatus
String pushTmsStatus
-
pushTmsStatusName
String pushTmsStatusName
-
sourceType
String sourceType
-
sourceTypeName
String sourceTypeName
-
srmPushMsg
String srmPushMsg
-
srmPushStatus
String srmPushStatus
-
srmPushStatusName
String srmPushStatusName
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.resp.PackageStyleApplicationRespVO
class PackageStyleApplicationRespVO extends com.elitesland.ystdms.sys.dto.BaseDTO implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
applicationId
UUID applicationId
-
applicationNo
String applicationNo
-
detailedRequirements
String detailedRequirements
-
expectedCompletionDate
LocalDate expectedCompletionDate
-
expectedCompletionDateStr
String expectedCompletionDateStr
-
expectedContent
String expectedContent
-
id
UUID id
-
packagingMaterial
String packagingMaterial
-
packagingMaterialList
List<String> packagingMaterialList
-
packagingMaterialName
String packagingMaterialName
-
packagingPurUser
String packagingPurUser
-
packagingPurUserList
List<SimpleUserRespVO> packagingPurUserList
-
packagingPurUserName
String packagingPurUserName
-
packagingSpecification
String packagingSpecification
-
packagingType
String packagingType
-
packagingTypeList
List<String> packagingTypeList
-
packagingTypeName
String packagingTypeName
-
processInstanceId
String processInstanceId
-
productAssistant
String productAssistant
-
productAssistantOutUserId
String productAssistantOutUserId
-
productionFactoryCode
String productionFactoryCode
生产工厂 -
productionFactoryList
List<FactorySimpleSaveVO> productionFactoryList
生产工厂集合 -
productionFactoryName
String productionFactoryName
生产工厂名称 -
productManager
String productManager
-
productManagerOutUserId
String productManagerOutUserId
-
productName
String productName
-
relationDocumentType
String relationDocumentType
-
taskId
UUID taskId
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.resp.PackagingMaterialRespVO
class PackagingMaterialRespVO extends com.elitesland.ystdms.sys.dto.BaseDTO implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
barcode69
String barcode69
-
barcode69Name
String barcode69Name
-
baseUnit
String baseUnit
-
baseUnitName
String baseUnitName
-
categoryLevelFirstCode
String categoryLevelFirstCode
-
categoryLevelFirstName
String categoryLevelFirstName
-
categoryLevelSecondCode
String categoryLevelSecondCode
-
categoryLevelSecondName
String categoryLevelSecondName
-
categoryLevelThirdCode
String categoryLevelThirdCode
-
categoryLevelThirdName
String categoryLevelThirdName
-
extId0
Long extId0
-
finalConfirmDate
LocalDate finalConfirmDate
-
id
UUID id
-
innerPocketType
String innerPocketType
-
innerPocketTypeName
String innerPocketTypeName
-
layer1Material
String layer1Material
-
layer1MaterialName
String layer1MaterialName
-
layer2Material
String layer2Material
-
layer2MaterialName
String layer2MaterialName
-
layer3Material
String layer3Material
-
layer3MaterialName
String layer3MaterialName
-
lengthWidthHeightMm
String lengthWidthHeightMm
-
materialCode
String materialCode
-
materialName
String materialName
-
materialStatus
String materialStatus
-
materialStatusName
String materialStatusName
-
packagingBagSize
String packagingBagSize
-
packagingBagType
String packagingBagType
-
packagingBagTypeName
String packagingBagTypeName
-
packagingBoxType
String packagingBoxType
-
packagingBoxTypeName
String packagingBoxTypeName
-
pushTmsMsg
String pushTmsMsg
-
pushTmsStatus
String pushTmsStatus
-
pushTmsStatusName
String pushTmsStatusName
-
sapPushMsg
String sapPushMsg
-
sapPushStatus
String sapPushStatus
-
sapPushStatusName
String sapPushStatusName
-
sourceType
String sourceType
-
sourceTypeName
String sourceTypeName
-
specKg
BigDecimal specKg
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.resp.ResearchTaskRespVO
class ResearchTaskRespVO extends com.elitesland.ystdms.sys.dto.BaseDTO implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
applicationId
UUID applicationId
-
applicationNo
String applicationNo
-
configType
String configType
-
executionMethod
String executionMethod
-
executionMethodName
String executionMethodName
-
id
UUID id
-
mandatoryExecuteFlag
Integer mandatoryExecuteFlag
-
mandatoryExecuteFlagName
String mandatoryExecuteFlagName
-
processInstanceId
String processInstanceId
-
progress
BigDecimal progress
-
remark
String remark
-
sortNo
Integer sortNo
-
taskCode
String taskCode
-
taskDesc
String taskDesc
-
taskName
String taskName
-
taskStatus
String taskStatus
-
taskStatusName
String taskStatusName
-
taskType
String taskType
-
taskTypeName
String taskTypeName
-
templateConfigId
String templateConfigId
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.resp.ResearchTaskTemplateConfigRespVO
class ResearchTaskTemplateConfigRespVO extends com.elitesland.ystdms.sys.dto.BaseDTO implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
configType
String configType
模版类型 -
configTypeName
String configTypeName
模版类型名称 -
executionMethod
String executionMethod
执行方式 -
executionMethodName
String executionMethodName
执行方式名称 -
id
UUID id
-
mandatoryExecuteFlag
Integer mandatoryExecuteFlag
是否必须执行 -
progress
BigDecimal progress
完成进度(%) -
remark
String remark
备注 -
sortNo
Integer sortNo
-
taskCode
String taskCode
任务编码 -
taskDesc
String taskDesc
任务执行描述 -
taskName
String taskName
任务名称 -
taskStatus
String taskStatus
任务状态 -
taskStatusName
String taskStatusName
任务状态名称 -
taskType
String taskType
任务类型 -
taskTypeName
String taskTypeName
任务类型名称
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.resp.SimpleProductApplicationRawMaterialDetailRespVO
class SimpleProductApplicationRawMaterialDetailRespVO extends com.elitesland.ystdms.sys.dto.BaseDTO implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
annualOutput
String annualOutput
-
applicationId
UUID applicationId
-
id
UUID id
-
leadTime
String leadTime
-
materialName
String materialName
-
materialOrigin
String materialOrigin
-
materialSupplier
String materialSupplier
-
materialType
String materialType
-
materialTypeName
String materialTypeName
-
minOrderQuantity
String minOrderQuantity
-
qualityRisk
String qualityRisk
-
shelfLife
String shelfLife
-
shelfLifeDisplay
String shelfLifeDisplay
-
shelfLifeUnit
String shelfLifeUnit
-
shelfLifeUnitName
String shelfLifeUnitName
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.resp.SimpleProductApplicationRespVO
class SimpleProductApplicationRespVO extends com.elitesland.ystdms.sys.dto.BaseDTO implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
annualTotal
BigDecimal annualTotal
年度总量 -
annualTotalUnit
String annualTotalUnit
年度总量单位,UDC字典码 -
annualTotalUnitName
String annualTotalUnitName
年度总量单位,UDC字典码 -
applicationDate
LocalDate applicationDate
申请日期 -
applicationNo
String applicationNo
立项单号 -
bagType
String bagType
袋型,UDC字典码 -
bagTypeName
String bagTypeName
袋型,UDC字典码 -
bizStageStatus
String bizStageStatus
业务阶段状态 -
bizStageStatusName
String bizStageStatusName
业务阶段状态名称 -
brand
String brand
品牌 -
brandName
String brandName
品牌 -
caseSpecification
BigDecimal caseSpecification
箱规(袋/箱) -
channelCoBrandingFlag
Integer channelCoBrandingFlag
是否渠道联名 -
channelCoBrandingFlagName
String channelCoBrandingFlagName
是否渠道联名 -
deliveryMode
String deliveryMode
物流形式,UDC字典码 -
deliveryModeList
List<String> deliveryModeList
物流形式集合 -
deliveryModeName
String deliveryModeName
物流形式名称 -
documentStatus
String documentStatus
单据状态 -
documentStatusName
String documentStatusName
单据状态名称 -
factoryTeamLeader
String factoryTeamLeader
工厂研发小组组长 -
factoryTeamLeaderList
List<SimpleUserRespVO> factoryTeamLeaderList
工厂研发小组组长 -
factoryTeamLeaderName
String factoryTeamLeaderName
工厂研发小组组长 -
fileUrl
String fileUrl
合作意向书 -
firstProductCategoryCode
String firstProductCategoryCode
商品一级分类code -
firstProductCategoryName
String firstProductCategoryName
商品一级分类名称 -
id
UUID id
-
materialPurUser
String materialPurUser
原料采购对接人 -
materialPurUserList
List<SimpleUserRespVO> materialPurUserList
原料采购对接人 -
materialPurUserName
String materialPurUserName
原料采购对接人 -
netWeight
String netWeight
净重(规格) -
packagingMaterial
String packagingMaterial
包装材质,UDC字典码 -
packagingMaterialName
String packagingMaterialName
包装材质,UDC字典码 -
processInstanceId
String processInstanceId
钉钉审批流程ID -
productAssistant
String productAssistant
产品助理 -
productAssistantName
String productAssistantName
产品助理名称 -
productAssistantOutUserId
String productAssistantOutUserId
-
productionDatePosition
String productionDatePosition
生产日期位置 -
productionFactory
String productionFactory
生产工厂 -
productionFactoryList
List<FactorySimpleSaveVO> productionFactoryList
生产工厂 -
productionFactoryName
String productionFactoryName
生产工厂 -
productionProcess
String productionProcess
生产工艺,UDC字典码 -
productionProcessName
String productionProcessName
生产工艺,UDC字典码 -
productManager
String productManager
产品经理 -
productManagerName
String productManagerName
产品经理名称 -
productManagerOutUserId
String productManagerOutUserId
-
productName
String productName
商品名称 -
productSource
String productSource
产品来源 -
productSourceList
List<String> productSourceList
产品来源集合 -
productSourceName
String productSourceName
产品来源名称 -
q1Volume
BigDecimal q1Volume
第一季度总量 -
q2Volume
BigDecimal q2Volume
第二季度总量 -
q3Volume
BigDecimal q3Volume
第三季度总量 -
q4Volume
BigDecimal q4Volume
第四季度总量 -
rawMaterialDetailList
List<SimpleProductApplicationRawMaterialDetailRespVO> rawMaterialDetailList
-
remark
String remark
备注 -
researchTaskRespVOS
List<ResearchTaskRespVO> researchTaskRespVOS
-
retailPrice
BigDecimal retailPrice
零售价 -
salesChannel
String salesChannel
销售渠道 -
salesChannelList
List<String> salesChannelList
销售渠道 -
salesChannelName
String salesChannelName
销售渠道名称 -
secondProductCategoryCode
String secondProductCategoryCode
商品二级分类code -
secondProductCategoryName
String secondProductCategoryName
商品二级分类名称 -
singleDeliveryQty
BigDecimal singleDeliveryQty
单次发货量 -
sprayCodingMethod
String sprayCodingMethod
喷码方式,UDC字典码 -
sprayCodingMethodList
List<String> sprayCodingMethodList
喷码方式集合 -
sprayCodingMethodName
String sprayCodingMethodName
喷码方式名称 -
storageCondition
String storageCondition
存储条件,UDC字典码 -
storageConditionName
String storageConditionName
存储条件,UDC字典码 -
thirdProductCategoryCode
String thirdProductCategoryCode
商品三级分类code -
thirdProductCategoryName
String thirdProductCategoryName
商品三级分类名称 -
turnoverBoxRequirement
String turnoverBoxRequirement
周转箱要求,UDC字典码 -
turnoverBoxRequirementName
String turnoverBoxRequirementName
周转箱要求,UDC字典码 -
wholeBoxFlag
Integer wholeBoxFlag
是否整箱销售(0-否,1-是) -
wholeBoxFlagName
String wholeBoxFlagName
是否整箱销售(0-否,1-是)
-
-
-
程序包 com.elitesland.ystdms.ss.api.rpc.product.save
-
类 com.elitesland.ystdms.ss.api.rpc.product.save.ChannelPlatformProductSaveVO
class ChannelPlatformProductSaveVO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
channelProductId
UUID channelProductId
渠道商品ID -
nullFields
List<String> nullFields
-
platformProductCode
String platformProductCode
平台商品编码 -
platformProductFactoryCode
String platformProductFactoryCode
平台商品工厂编码 -
platformSupplyPrice
BigDecimal platformSupplyPrice
平台供货价 -
remark
String remark
备注 -
singleProductTargetQty
BigDecimal singleProductTargetQty
单品目标量 -
sort
Integer sort
序号 -
whChannelCode
String whChannelCode
二级库控渠道编码 -
whRatio
BigDecimal whRatio
仓占比
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.save.CostProfitCalculationRawMaterialDetailSaveVO
class CostProfitCalculationRawMaterialDetailSaveVO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
calculationId
UUID calculationId
-
ingredientName
String ingredientName
-
ingredientRatio
BigDecimal ingredientRatio
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.save.CostProfitCalculationSaveVO
class CostProfitCalculationSaveVO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
applicationId
UUID applicationId
-
applicationNo
String applicationNo
-
fileUrl
String fileUrl
-
id
UUID id
-
processInstanceId
String processInstanceId
-
productionFactoryList
List<FactorySimpleSaveVO> productionFactoryList
拟生产工厂 -
productName
String productName
-
rawMaterialDetailList
List<CostProfitCalculationRawMaterialDetailSaveVO> rawMaterialDetailList
-
relationDocumentType
String relationDocumentType
-
remark
String remark
-
taskId
UUID taskId
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.save.CustomerProductExcelSaveVO
class CustomerProductExcelSaveVO extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.elitesland.ystdms.ss.api.rpc.product.save.CustomerProductSaveVO
class CustomerProductSaveVO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
businessCategoryCode
String businessCategoryCode
业务分类编码 -
customerCode
String customerCode
客户编码 -
customerProductCode
String customerProductCode
客户商品code -
customerProductStatus
String customerProductStatus
客户商品状态 -
id
UUID id
-
nullFields
List<String> nullFields
-
productCode
String productCode
商品编码 -
productId
UUID productId
商品Id -
remark
String remark
备注
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.save.FinishedProductChannelSaveVO
class FinishedProductChannelSaveVO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
applicationId
UUID applicationId
-
channelPlatformProductSaveVOList
List<ChannelPlatformProductSaveVO> channelPlatformProductSaveVOList
-
channelProductStatus
String channelProductStatus
渠道商品状态 -
channelSpecialRequire
String channelSpecialRequire
渠道特殊要求 -
goodsId
String goodsId
货品ID(猫超) -
id
UUID id
-
nullFields
List<String> nullFields
-
operateChannelCode
String operateChannelCode
运营渠道 -
productCheckRecordId
UUID productCheckRecordId
-
productCode
String productCode
产成品code -
productId
UUID productId
产成品ID -
relateNo
String relateNo
关联单号 -
remark
String remark
备注
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.save.InitiateDetailDesignSaveVO
class InitiateDetailDesignSaveVO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
applicationId
UUID applicationId
-
applicationNo
String applicationNo
-
detailedDescriptionExcel
String detailedDescriptionExcel
-
drawingNo
String drawingNo
-
examiningReportFlag
Integer examiningReportFlag
-
firstProductCategoryCode
String firstProductCategoryCode
-
id
UUID id
-
packagingFinalEditionImg
String packagingFinalEditionImg
-
processInstanceId
String processInstanceId
-
product69Code
String product69Code
-
productAssistant
String productAssistant
-
productManager
String productManager
-
productName
String productName
-
productSourceList
List<String> productSourceList
-
relationDocumentType
String relationDocumentType
-
remark
String remark
-
salesChannelList
List<String> salesChannelList
销售渠道 -
secondProductCategoryCode
String secondProductCategoryCode
-
taskId
UUID taskId
-
thirdProductCategoryCode
String thirdProductCategoryCode
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.save.InitiateNewDecisionProjecteSaleDetailSaveVO
class InitiateNewDecisionProjecteSaleDetailSaveVO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
applicationId
UUID applicationId
-
channelBasePrice
BigDecimal channelBasePrice
-
decisionId
UUID decisionId
-
retailPrice
BigDecimal retailPrice
-
salesChannel
String salesChannel
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.save.InitiateNewDecisionRawMaterialDetailSaveVO
class InitiateNewDecisionRawMaterialDetailSaveVO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
annualOutput
String annualOutput
-
applicationId
UUID applicationId
-
decisionId
UUID decisionId
-
leadTime
String leadTime
-
materialName
String materialName
-
materialOrigin
String materialOrigin
-
materialSupplier
String materialSupplier
-
materialType
String materialType
-
minOrderQuantity
String minOrderQuantity
-
qualityRisk
String qualityRisk
-
shelfLife
String shelfLife
-
shelfLifeUnit
String shelfLifeUnit
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.save.InitiateNewDecisionSaveVO
class InitiateNewDecisionSaveVO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
annualTotal
BigDecimal annualTotal
-
annualTotalUnit
String annualTotalUnit
-
applicationId
UUID applicationId
-
applicationNo
String applicationNo
-
auditResult
String auditResult
-
bagType
String bagType
-
brandCode
String brandCode
-
campaignBrand
String campaignBrand
-
caseSpecification
BigDecimal caseSpecification
-
channelCoBrandingFlag
Integer channelCoBrandingFlag
-
coreSellingPoint
String coreSellingPoint
-
deliveryModeList
List<String> deliveryModeList
物流形式,UDC字典码 - 多选 -
factoryAuditReportFileUrl
String factoryAuditReportFileUrl
-
factoryTeamLeader
String factoryTeamLeader
-
firstProductCategoryCode
String firstProductCategoryCode
-
id
UUID id
-
initialOrderQuantity
Integer initialOrderQuantity
-
materialPurUser
String materialPurUser
-
negotiationOutcome
String negotiationOutcome
-
netWeight
String netWeight
-
oemSupplier
String oemSupplier
-
packagingMaterial
String packagingMaterial
-
processInstanceId
String processInstanceId
-
productAssistant
String productAssistant
-
productionFactoryList
List<FactorySimpleSaveVO> productionFactoryList
生产工厂 -
productionProcess
String productionProcess
-
productManager
String productManager
-
productName
String productName
-
productSourceList
List<String> productSourceList
-
projecteSaleDetailList
List<InitiateNewDecisionProjecteSaleDetailSaveVO> projecteSaleDetailList
预估销量明细列表 -
q1Volume
BigDecimal q1Volume
-
q2Volume
BigDecimal q2Volume
-
q3Volume
BigDecimal q3Volume
-
q4Volume
BigDecimal q4Volume
-
rawMaterialDetailList
List<InitiateNewDecisionRawMaterialDetailSaveVO> rawMaterialDetailList
原料明细列表 -
relationDocumentType
String relationDocumentType
-
remark
String remark
-
salesChannelList
List<String> salesChannelList
销售渠道 -
secondProductCategoryCode
String secondProductCategoryCode
-
singleDeliveryQty
BigDecimal singleDeliveryQty
-
sprayCodingMethodList
List<String> sprayCodingMethodList
喷码方式,UDC字典码 - 多选 -
storageCondition
String storageCondition
-
taskId
UUID taskId
-
tastResultFileUrl
String tastResultFileUrl
-
thirdProductCategoryCode
String thirdProductCategoryCode
-
turnoverBoxRequirement
String turnoverBoxRequirement
-
wholeBoxFlag
Integer wholeBoxFlag
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.save.InitiatePackageBackPanelRawMaterialDetailSaveVO
class InitiatePackageBackPanelRawMaterialDetailSaveVO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
annualOutput
String annualOutput
-
applicationId
UUID applicationId
-
backPanelId
UUID backPanelId
-
leadTime
String leadTime
-
materialName
String materialName
-
materialOrigin
String materialOrigin
-
materialSupplier
String materialSupplier
-
materialType
String materialType
-
minOrderQuantity
String minOrderQuantity
-
qualityRisk
String qualityRisk
-
shelfLife
String shelfLife
-
shelfLifeUnit
String shelfLifeUnit
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.save.InitiatePackageBackPanelSaveVO
class InitiatePackageBackPanelSaveVO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
applicationId
UUID applicationId
-
applicationNo
String applicationNo
-
bagType
String bagType
-
barcodeRequirement
Integer barcodeRequirement
-
boxSpecification
String boxSpecification
-
brand
String brand
-
caseSpecification
BigDecimal caseSpecification
-
channelCoBrandingFlag
Integer channelCoBrandingFlag
-
dedicatedBox
Integer dedicatedBox
-
drawingNo
String drawingNo
-
effect
String effect
-
firstProductCategoryCode
String firstProductCategoryCode
-
handHolding
String handHolding
-
id
UUID id
-
netWeight
String netWeight
-
packagingMaterial
String packagingMaterial
-
processInstanceId
String processInstanceId
-
product69Code
String product69Code
-
productAssistant
String productAssistant
-
productionDatePosition
String productionDatePosition
-
productionFactoryList
List<FactorySimpleSaveVO> productionFactoryList
生产工厂 -
productionProcess
String productionProcess
-
productManager
String productManager
-
productName
String productName
-
productSourceList
List<String> productSourceList
-
rawMaterialDetailList
List<InitiatePackageBackPanelRawMaterialDetailSaveVO> rawMaterialDetailList
原料明细列表 -
relationDocumentType
String relationDocumentType
-
remark
String remark
-
retailPrice
BigDecimal retailPrice
-
salesChannelList
List<String> salesChannelList
销售渠道 -
secondProductCategoryCode
String secondProductCategoryCode
-
sprayCodingMethodList
List<String> sprayCodingMethodList
-
taskId
UUID taskId
-
thirdProductCategoryCode
String thirdProductCategoryCode
-
trademarkCode
String trademarkCode
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.save.InitiatePackageDesignRawMaterialDetailSaveVO
class InitiatePackageDesignRawMaterialDetailSaveVO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
annualOutput
String annualOutput
-
applicationId
UUID applicationId
-
designId
UUID designId
-
leadTime
String leadTime
-
materialName
String materialName
-
materialOrigin
String materialOrigin
-
materialSupplier
String materialSupplier
-
materialType
String materialType
-
minOrderQuantity
String minOrderQuantity
-
qualityRisk
String qualityRisk
-
shelfLife
String shelfLife
-
shelfLifeUnit
String shelfLifeUnit
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.save.InitiatePackageDesignSaveVO
class InitiatePackageDesignSaveVO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
applicationId
UUID applicationId
-
applicationNo
String applicationNo
-
bagType
String bagType
-
barcodeRequirement
Integer barcodeRequirement
-
boxSpecification
String boxSpecification
-
brandCode
String brandCode
-
budget
BigDecimal budget
-
campaignBrand
String campaignBrand
-
caseSpecification
BigDecimal caseSpecification
-
channelCoBrandingFlag
Integer channelCoBrandingFlag
-
coBrandDisplay
Integer coBrandDisplay
-
coBrandingFlag
Integer coBrandingFlag
-
coCompanyAddress
String coCompanyAddress
-
coCompanyAddressDetail
String coCompanyAddressDetail
-
coCompanyAddressDisplay
Integer coCompanyAddressDisplay
-
coCompanyDisplay
Integer coCompanyDisplay
-
coCompanyName
String coCompanyName
-
consumptionGuide
String consumptionGuide
-
coreSellingPoint
String coreSellingPoint
-
customerDesignFlag
Integer customerDesignFlag
-
dedicatedBox
Integer dedicatedBox
-
deliveryModeList
List<String> deliveryModeList
-
designStyle
String designStyle
-
drawingNo
String drawingNo
-
effect
String effect
-
firstProductCategoryCode
String firstProductCategoryCode
-
handHolding
String handHolding
-
hasApplication
Integer hasApplication
-
id
UUID id
-
initialOrderQuantity
Integer initialOrderQuantity
-
kindReminder
String kindReminder
-
netWeight
String netWeight
-
oemSupplier
String oemSupplier
-
packagingMaterial
String packagingMaterial
-
processInstanceId
String processInstanceId
-
product69Code
String product69Code
-
productAssistant
String productAssistant
-
productionDatePosition
String productionDatePosition
-
productionFactoryList
List<FactorySimpleSaveVO> productionFactoryList
生产工厂 -
productionProcess
String productionProcess
-
productManager
String productManager
-
productName
String productName
-
productSeries
String productSeries
-
productSourceList
List<String> productSourceList
-
proofingFlag
Integer proofingFlag
-
rawMaterialDetailList
List<InitiatePackageDesignRawMaterialDetailSaveVO> rawMaterialDetailList
原料明细列表 -
relationDocumentType
String relationDocumentType
-
remark
String remark
-
salesChannelList
List<String> salesChannelList
销售渠道 -
secondProductCategoryCode
String secondProductCategoryCode
-
series69Code
String series69Code
-
singleDeliveryQty
BigDecimal singleDeliveryQty
-
sprayCodingMethodList
List<String> sprayCodingMethodList
-
storageCondition
String storageCondition
-
targetAudience
String targetAudience
-
taskId
UUID taskId
-
thirdProductCategoryCode
String thirdProductCategoryCode
-
traceability
String traceability
-
trademarkCode
String trademarkCode
-
turnoverBoxRequirement
String turnoverBoxRequirement
-
wholeBoxFlag
Integer wholeBoxFlag
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.save.NewProductApplicationSaveVO
class NewProductApplicationSaveVO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
applicationDate
LocalDate applicationDate
申请日期 -
applicationNo
String applicationNo
立项单号 -
applicationReason
String applicationReason
新品立项原因 -
bizStageStatus
String bizStageStatus
业务阶段状态 -
channelCoBrandingFlag
Integer channelCoBrandingFlag
是否渠道联名 -
competitorBrand
String competitorBrand
竞品品牌 -
documentStatus
String documentStatus
单据状态 -
fileUrl
String fileUrl
附件url -
firstProductCategoryCode
String firstProductCategoryCode
商品一级分类code -
id
UUID id
-
nullFields
List<String> nullFields
-
processInstanceId
String processInstanceId
钉钉审批流程ID -
productAssistant
String productAssistant
产品助理 -
productionFactoryList
List<FactorySimpleSaveVO> productionFactoryList
生产工厂 -
productManager
String productManager
产品经理 -
productName
String productName
商品名称 -
productSourceList
List<String> productSourceList
产品来源 -
remark
String remark
备注 -
salesChannelList
List<String> salesChannelList
销售渠道 -
secondProductCategoryCode
String secondProductCategoryCode
商品二级分类code -
thirdProductCategoryCode
String thirdProductCategoryCode
商品三级分类code
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.save.PackageStyleApplicationSaveVO
class PackageStyleApplicationSaveVO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
applicationId
UUID applicationId
-
applicationNo
String applicationNo
-
detailedRequirements
String detailedRequirements
-
expectedCompletionDate
LocalDate expectedCompletionDate
-
expectedContent
String expectedContent
-
id
UUID id
-
packagingMaterialList
List<String> packagingMaterialList
-
packagingPurUser
String packagingPurUser
-
packagingSpecification
String packagingSpecification
-
packagingTypeList
List<String> packagingTypeList
-
processInstanceId
String processInstanceId
-
productionFactoryList
List<FactorySimpleSaveVO> productionFactoryList
生产工厂 -
productName
String productName
-
relationDocumentType
String relationDocumentType
-
taskId
UUID taskId
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.save.ResearchTaskSaveVO
class ResearchTaskSaveVO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
applicationId
UUID applicationId
-
applicationNo
String applicationNo
-
configType
String configType
-
executionMethod
String executionMethod
-
id
UUID id
-
mandatoryExecuteFlag
Integer mandatoryExecuteFlag
-
nullFields
List<String> nullFields
-
processInstanceId
String processInstanceId
-
progress
BigDecimal progress
-
remark
String remark
-
sortNo
Integer sortNo
-
taskCode
String taskCode
-
taskDesc
String taskDesc
-
taskName
String taskName
-
taskStatus
String taskStatus
-
taskType
String taskType
-
templateConfigId
String templateConfigId
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.save.ResearchTaskTemplateConfigSaveVO
class ResearchTaskTemplateConfigSaveVO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
configType
@NotBlank(message="\u6a21\u7248\u7c7b\u578b\u4e0d\u80fd\u4e3a\u7a7a") String configType
模版类型 -
executionMethod
@NotBlank(message="\u6267\u884c\u65b9\u5f0f\u4e0d\u80fd\u4e3a\u7a7a") String executionMethod
执行方式 -
id
UUID id
-
mandatoryExecuteFlag
@NotNull(message="\u662f\u5426\u5fc5\u987b\u6267\u884c\u4e0d\u80fd\u4e3a\u7a7a") Integer mandatoryExecuteFlag
是否必须执行 -
progress
BigDecimal progress
完成进度(%) -
remark
String remark
备注 -
sortNo
Integer sortNo
-
taskCode
String taskCode
任务编码 -
taskDesc
String taskDesc
任务执行描述 -
taskName
@NotBlank(message="\u4efb\u52a1\u540d\u79f0\u4e0d\u80fd\u4e3a\u7a7a") String taskName
任务名称 -
taskStatus
@NotBlank(message="\u4efb\u52a1\u72b6\u6001\u4e0d\u80fd\u4e3a\u7a7a") String taskStatus
任务状态 -
taskType
@NotBlank(message="\u4efb\u52a1\u7c7b\u578b\u4e0d\u80fd\u4e3a\u7a7a") String taskType
任务类型
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.save.SimpleProductApplicationRawMaterialDetailSaveVO
class SimpleProductApplicationRawMaterialDetailSaveVO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
annualOutput
String annualOutput
-
applicationId
UUID applicationId
-
leadTime
String leadTime
-
materialName
String materialName
-
materialOrigin
String materialOrigin
-
materialSupplier
String materialSupplier
-
materialType
String materialType
-
minOrderQuantity
String minOrderQuantity
-
qualityRisk
String qualityRisk
-
shelfLife
String shelfLife
-
shelfLifeUnit
String shelfLifeUnit
-
-
类 com.elitesland.ystdms.ss.api.rpc.product.save.SimpleProductApplicationSaveVO
class SimpleProductApplicationSaveVO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
annualTotal
BigDecimal annualTotal
年度总量 -
annualTotalUnit
String annualTotalUnit
年度总量单位,UDC字典码 -
applicationDate
LocalDate applicationDate
申请日期 -
applicationNo
String applicationNo
立项单号 -
bagType
String bagType
袋型,UDC字典码 -
bizStageStatus
String bizStageStatus
业务阶段状态 -
brand
String brand
品牌 -
caseSpecification
BigDecimal caseSpecification
箱规(袋/箱) -
channelCoBrandingFlag
Integer channelCoBrandingFlag
是否渠道联名 -
deliveryMode
String deliveryMode
物流形式,UDC字典码 -
deliveryModeList
List<String> deliveryModeList
物流形式,UDC字典码,多选 -
documentStatus
String documentStatus
单据状态 -
factoryTeamLeader
String factoryTeamLeader
工厂研发小组组长 -
fileUrl
String fileUrl
合作意向书 -
firstProductCategoryCode
String firstProductCategoryCode
商品一级分类code -
id
UUID id
-
materialPurUser
String materialPurUser
原料采购对接人 -
netWeight
String netWeight
净重(规格) -
nullFields
List<String> nullFields
-
packagingMaterial
String packagingMaterial
包装材质,UDC字典码 -
processInstanceId
String processInstanceId
钉钉审批流程ID -
productAssistant
String productAssistant
产品助理 -
productionDatePosition
String productionDatePosition
生产日期位置 -
productionFactoryList
List<FactorySimpleSaveVO> productionFactoryList
生产工厂 -
productionProcess
String productionProcess
生产工艺,UDC字典码 -
productManager
String productManager
产品经理 -
productName
String productName
商品名称 -
productSourceList
List<String> productSourceList
产品来源 -
q1Volume
BigDecimal q1Volume
第一季度总量 -
q2Volume
BigDecimal q2Volume
第二季度总量 -
q3Volume
BigDecimal q3Volume
第三季度总量 -
q4Volume
BigDecimal q4Volume
第四季度总量 -
rawMaterialDetailList
List<SimpleProductApplicationRawMaterialDetailSaveVO> rawMaterialDetailList
原料明细 -
remark
String remark
备注 -
retailPrice
BigDecimal retailPrice
零售价 -
salesChannelList
List<String> salesChannelList
销售渠道 -
secondProductCategoryCode
String secondProductCategoryCode
商品二级分类code -
singleDeliveryQty
BigDecimal singleDeliveryQty
单次发货量 -
sprayCodingMethod
String sprayCodingMethod
喷码方式,UDC字典码 -
sprayCodingMethodList
List<String> sprayCodingMethodList
喷码方式,UDC字典码 -
storageCondition
String storageCondition
存储条件,UDC字典码 -
thirdProductCategoryCode
String thirdProductCategoryCode
商品三级分类code -
turnoverBoxRequirement
String turnoverBoxRequirement
周转箱要求,UDC字典码 -
wholeBoxFlag
Integer wholeBoxFlag
是否整箱销售(0-否,1-是)
-
-
-
程序包 com.elitesland.ystdms.ss.api.rpc.quality.dto
-
类 com.elitesland.ystdms.ss.api.rpc.quality.dto.QualityInspectionReportDto
class QualityInspectionReportDto extends Object implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.elitesland.ystdms.ss.api.rpc.quality.query
-
类 com.elitesland.ystdms.ss.api.rpc.quality.query.QualityInspectionReportRpcParam
class QualityInspectionReportRpcParam extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.elitesland.ystdms.ss.api.rpc.quality.query.SrmPurSsDRpcParamVO
class SrmPurSsDRpcParamVO extends Object implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.elitesland.ystdms.ss.api.rpc.quality.resp
-
类 com.elitesland.ystdms.ss.api.rpc.quality.resp.SrmPurSsDRpcRespVO
class SrmPurSsDRpcRespVO extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.elitesland.ystdms.ss.api.rpc.quality.resp.SysFileInfoRpcRespVO
class SysFileInfoRpcRespVO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
creator
String creator
-
fileCode
String fileCode
-
fileInfo
String fileInfo
-
fileName
String fileName
-
filePath
String filePath
-
fileSize
String fileSize
-
fileType
String fileType
-
height
Integer height
-
mimeType
String mimeType
-
oaFileName
String oaFileName
-
oldFileName
String oldFileName
-
originalName
String originalName
-
sourceType
String sourceType
-
sourceTypeName
String sourceTypeName
-
suffix
String suffix
-
suppCode
String suppCode
-
suppId
Long suppId
-
suppName
String suppName
-
uriDownload
String uriDownload
-
url
String url
-
urlDelete
String urlDelete
-
urlPreview
String urlPreview
-
width
Integer width
-
-
-
程序包 com.elitesland.ystdms.ss.api.rpc.sales.dto
-
类 com.elitesland.ystdms.ss.api.rpc.sales.dto.CustBusinessCategoryCombinedQueryParam
class CustBusinessCategoryCombinedQueryParam extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.elitesland.ystdms.ss.api.rpc.sales.dto.CustBusinessCategoryDto
class CustBusinessCategoryDto extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
allowOverdueDays
Integer allowOverdueDays
允许逾期天数 -
approvalDeptCode
String approvalDeptCode
审批部门 -
approvalDeptName
String approvalDeptName
-
businessCategoryCode
String businessCategoryCode
业务分类编码 -
businessCategoryName
String businessCategoryName
业务分类名称 -
businessMode
String businessMode
业务模式 -
businessModeName
String businessModeName
-
collectionConditions
String collectionConditions
收款条件 -
collectionConditionsName
String collectionConditionsName
-
controlChannelCode
String controlChannelCode
库控渠道 编码 -
controlChannelCodeList
List<String> controlChannelCodeList
库控渠道 编码集合 -
controlChannelList
List<CustBusinessCategoryDto.ControlChannelRespVO> controlChannelList
-
controlChannelName
String controlChannelName
-
costCenter
String costCenter
-
costCenterName
String costCenterName
-
createAt
LocalDateTime createAt
-
creator
String creator
-
creditAccountingDays
Integer creditAccountingDays
信用账期天数 -
creditAccountLimit
BigDecimal creditAccountLimit
信用账户额度 元 -
creditControlType
String creditControlType
信用控制类型 -
creditControlTypeName
String creditControlTypeName
-
creditFrozenStatus
String creditFrozenStatus
信用冻结状态 -
creditFrozenStatusName
String creditFrozenStatusName
信用冻结状态 -
creditStatus
String creditStatus
信用状态 -
creditStatusName
String creditStatusName
信用状态 -
custAddressList
List<CustBusinessCategoryDto.CustAddressRespVO> custAddressList
-
custCode
String custCode
客户编码 -
custContactPhone
String custContactPhone
客户联系电话 -
custId
UUID custId
客户id -
custName
String custName
-
custWebName
String custWebName
客户网名 -
dealerWhCode
String dealerWhCode
经销仓编码 -
dealerWhName
String dealerWhName
-
deliveryRequirements
String deliveryRequirements
配送单据要求 -
deliveryRequirementsName
String deliveryRequirementsName
-
deliveryTimeRequirements
String deliveryTimeRequirements
送货时间要求 -
distributorCode
String distributorCode
分销商编码 -
distributorName
String distributorName
分销商名称 -
erpShopCode
String erpShopCode
电商ERP店铺 -
erpShopName
String erpShopName
-
fulfillmentMode
String fulfillmentMode
履约方式 -
fulfillmentModeName
String fulfillmentModeName
-
id
UUID id
-
isDepositPaid
Integer isDepositPaid
是否缴纳保证金 -
isDistributor
Integer isDistributor
是否分销商 -
modifyTime
LocalDateTime modifyTime
-
operationChannelCodeOne
String operationChannelCodeOne
运营渠道 编码 -
operationChannelCodeThree
String operationChannelCodeThree
运营渠道 编码 -
operationChannelCodeTwo
String operationChannelCodeTwo
运营渠道 编码 -
operationChannelNameOne
String operationChannelNameOne
-
operationChannelNameThree
String operationChannelNameThree
-
operationChannelNameTwo
String operationChannelNameTwo
-
parentData
String parentData
库控渠道json -
principal
String principal
负责人 -
principalName
String principalName
负责人名称 -
profitCenter
String profitCenter
-
profitCenterName
String profitCenterName
-
rebateAvailable
Integer rebateAvailable
是否返利可用 1是 0否 -
remark
String remark
备注 -
salesOuCode
String salesOuCode
销售组织 公司编码 -
salesOuName
String salesOuName
-
settlementMethod
String settlementMethod
结算方式 -
settlementMethodName
String settlementMethodName
-
threeWarrantyService
String threeWarrantyService
三包服务 -
threeWarrantyServiceName
String threeWarrantyServiceName
-
ticketRuleList
List<String> ticketRuleList
-
unloadRequirements
String unloadRequirements
卸货要求 -
unWrittenReturnNumInvoicing
Boolean unWrittenReturnNumInvoicing
未核销退货数量参与下次开票 -
updater
String updater
-
workStatue
String workStatue
合作状态 -
workStatueName
String workStatueName
-
-
类 com.elitesland.ystdms.ss.api.rpc.sales.dto.CustBusinessCategoryDto.ControlChannelRespVO
class ControlChannelRespVO extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.elitesland.ystdms.ss.api.rpc.sales.dto.CustBusinessCategoryDto.CustAddressRespVO
class CustAddressRespVO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
addressName
String addressName
地址名称 -
addressType
String addressType
地址类型 -
addressTypeName
String addressTypeName
地址类型名称 -
city
String city
城市 -
cityName
String cityName
城市名称 -
contact1
String contact1
联系人1 -
contact2
String contact2
联系人2 -
contact3
String contact3
联系人3 -
contact4
String contact4
联系人4 -
contact5
String contact5
联系人5 -
contactPhone1
String contactPhone1
联系电话1 -
contactPhone2
String contactPhone2
联系电话2 -
contactPhone3
String contactPhone3
联系电话3 -
contactPhone4
String contactPhone4
联系电话4 -
contactPhone5
String contactPhone5
联系电话5 -
custCode
String custCode
-
defaultAddress
Boolean defaultAddress
默认地址 -
detailAddress
String detailAddress
详细地址 -
district
String district
区县 -
districtName
String districtName
区县名称 -
latitude
double latitude
纬度 -
longitude
double longitude
经度 -
province
String province
省份 -
provinceName
String provinceName
省份名称
-
-
类 com.elitesland.ystdms.ss.api.rpc.sales.dto.CustBusinessCategoryOrderDto
class CustBusinessCategoryOrderDto extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
allowOverdueDays
Integer allowOverdueDays
允许逾期天数 -
approvalDeptCode
String approvalDeptCode
审批部门 -
approvalDeptName
String approvalDeptName
-
businessCategoryCode
String businessCategoryCode
业务分类编码 -
businessCategoryName
String businessCategoryName
业务分类名称 -
businessMode
String businessMode
业务模式 -
businessModeName
String businessModeName
-
collectionConditions
String collectionConditions
收款条件 -
collectionConditionsName
String collectionConditionsName
-
controlChannelCode
String controlChannelCode
库控渠道 编码 -
controlChannelCodeList
List<String> controlChannelCodeList
库控渠道 编码集合 -
controlChannelList
List<CustBusinessCategoryOrderDto.ControlChannelRespVO> controlChannelList
-
controlChannelName
String controlChannelName
-
costCenter
String costCenter
-
costCenterName
String costCenterName
-
createAt
LocalDateTime createAt
-
creator
String creator
-
creditAccountingDays
Integer creditAccountingDays
信用账期天数 -
creditAccountLimit
BigDecimal creditAccountLimit
信用账户额度 元 -
creditControlType
String creditControlType
信用控制类型 -
creditControlTypeName
String creditControlTypeName
-
creditFrozenStatus
String creditFrozenStatus
信用冻结状态 -
creditFrozenStatusName
String creditFrozenStatusName
信用冻结状态 -
creditStatus
String creditStatus
信用状态 -
creditStatusName
String creditStatusName
信用状态 -
custCode
String custCode
客户编码 -
custContactPhone
String custContactPhone
客户联系电话 -
custId
UUID custId
客户id -
custName
String custName
-
custType
String custType
-
custTypeName
String custTypeName
-
custWebName
String custWebName
客户网名 -
dealerWhCode
String dealerWhCode
经销仓编码 -
dealerWhName
String dealerWhName
-
deliveryRequirements
String deliveryRequirements
配送单据要求 -
deliveryRequirementsName
String deliveryRequirementsName
-
deliveryTimeRequirements
String deliveryTimeRequirements
送货时间要求 -
distributorCode
String distributorCode
分销商编码 -
distributorName
String distributorName
分销商名称 -
erpShopCode
String erpShopCode
电商ERP店铺 -
erpShopName
String erpShopName
-
fulfillmentMode
String fulfillmentMode
履约方式 -
fulfillmentModeName
String fulfillmentModeName
-
id
UUID id
-
isDepositPaid
Integer isDepositPaid
是否缴纳保证金 -
isDistributor
Integer isDistributor
是否分销商 -
modifyTime
LocalDateTime modifyTime
-
operationChannelCodeOne
String operationChannelCodeOne
运营渠道 编码 -
operationChannelCodeThree
String operationChannelCodeThree
运营渠道 编码 -
operationChannelCodeTwo
String operationChannelCodeTwo
运营渠道 编码 -
operationChannelNameOne
String operationChannelNameOne
-
operationChannelNameThree
String operationChannelNameThree
-
operationChannelNameTwo
String operationChannelNameTwo
-
parentData
String parentData
库控渠道json -
principal
String principal
负责人 -
principalName
String principalName
负责人名称 -
profitCenter
String profitCenter
-
profitCenterName
String profitCenterName
-
rebateAvailable
Integer rebateAvailable
是否返利可用 1是 0否 -
remark
String remark
备注 -
salesOuCode
String salesOuCode
销售组织 公司编码 -
salesOuName
String salesOuName
-
settlementMethod
String settlementMethod
结算方式 -
settlementMethodName
String settlementMethodName
-
threeWarrantyService
String threeWarrantyService
三包服务 -
threeWarrantyServiceName
String threeWarrantyServiceName
-
ticketRuleList
List<String> ticketRuleList
-
unloadRequirements
String unloadRequirements
卸货要求 -
unWrittenReturnNumInvoicing
Boolean unWrittenReturnNumInvoicing
未核销退货数量参与下次开票 -
updater
String updater
-
workStatue
String workStatue
合作状态 -
workStatueName
String workStatueName
-
-
类 com.elitesland.ystdms.ss.api.rpc.sales.dto.CustBusinessCategoryOrderDto.ControlChannelRespVO
class ControlChannelRespVO extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.elitesland.ystdms.ss.api.rpc.sales.dto.CustBusinessCategoryQueryParam
class CustBusinessCategoryQueryParam extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.elitesland.ystdms.ss.api.rpc.sales.dto.CustBusinessCategoryRpcParam
class CustBusinessCategoryRpcParam extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.elitesland.ystdms.ss.api.rpc.sales.dto.CustBusinessCodeAndNameDto
class CustBusinessCodeAndNameDto extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.elitesland.ystdms.ss.api.rpc.sales.dto.CustRpcDTO
class CustRpcDTO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
addressRespVOS
List<CustRpcDTO.CustAddressRespVO> addressRespVOS
-
bankRespVOS
List<CustRpcDTO.CustBankRespVO> bankRespVOS
客户银行资料 -
beforeTicket
Integer beforeTicket
提前开票许可 -
behalfPay
Boolean behalfPay
是否代付方 -
canTicket
Boolean canTicket
是否开票 -
city
String city
市 -
cityName
String cityName
市名称 -
companyName
String companyName
组织机构名称 -
county
String county
区县 -
countyName
String countyName
区县名称 -
createAt
LocalDateTime createAt
-
creator
String creator
-
currCode
String currCode
币种 -
currName
String currName
币种名称 -
custCategoryCodeThree
String custCategoryCodeThree
客户分类编码 三级编码 -
custCategoryThreeName
String custCategoryThreeName
客户分类名称 三级名称 -
custCode
String custCode
客户编码 -
custName
String custName
客户名称 -
custShortName
String custShortName
客户简称 -
custType
String custType
客户类型 -
custTypeName
String custTypeName
客户类型名称 -
email
String email
邮箱 -
groupCustCode
String groupCustCode
所属集团公司 即客户编码 -
groupCustName
String groupCustName
客户名称 -
id
UUID id
-
idCardNo
String idCardNo
个人客户 身份证号 -
modifyTime
LocalDateTime modifyTime
-
operationChannelCode
String operationChannelCode
运营渠道编码 -
operationChannelName
String operationChannelName
运营渠道名称 -
personName
String personName
个人客户 姓名 -
principal
String principal
委托人 -
principalPhone
String principalPhone
委托人手机号 -
province
String province
省 -
provinceName
String provinceName
省名称 -
pushGolden
Boolean pushGolden
是否推送金税 -
relateOuCode
String relateOuCode
关联公司编码 -
relateOuName
String relateOuName
关联公司名称 -
remark
String remark
备注 -
reportTaxGroup
String reportTaxGroup
客户报税分组 -
reportTaxGroupName
String reportTaxGroupName
客户报税分组名称 -
requireRealRtnQty
Boolean requireRealRtnQty
是否要求实退数 -
socialCreditCode
String socialCreditCode
统一社会信用代码 -
taxNo
String taxNo
税号 -
ticketName
String ticketName
开票名称 -
ticketType
String ticketType
发票类型 -
ticketTypeName
String ticketTypeName
开票类型名称 -
updater
String updater
-
workStatue
String workStatue
合作状态 -
workStatueName
String workStatueName
合作状态名称
-
-
类 com.elitesland.ystdms.ss.api.rpc.sales.dto.CustRpcDTO.CustAddressRespVO
class CustAddressRespVO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
addressName
String addressName
地址名称 -
addressType
String addressType
地址类型 -
addressTypeName
String addressTypeName
地址类型名称 -
city
String city
城市 -
cityName
String cityName
城市名称 -
contact1
String contact1
联系人1 -
contact2
String contact2
联系人2 -
contact3
String contact3
联系人3 -
contact4
String contact4
联系人4 -
contact5
String contact5
联系人5 -
contactPhone1
String contactPhone1
联系电话1 -
contactPhone2
String contactPhone2
联系电话2 -
contactPhone3
String contactPhone3
联系电话3 -
contactPhone4
String contactPhone4
联系电话4 -
contactPhone5
String contactPhone5
联系电话5 -
defaultAddress
Boolean defaultAddress
默认地址 -
detailAddress
String detailAddress
详细地址 -
district
String district
区县 -
districtName
String districtName
区县名称 -
latitude
double latitude
纬度 -
longitude
double longitude
经度 -
province
String province
省份 -
provinceName
String provinceName
省份名称
-
-
类 com.elitesland.ystdms.ss.api.rpc.sales.dto.CustRpcDTO.CustBankRespVO
class CustBankRespVO extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.elitesland.ystdms.ss.api.rpc.sales.dto.CustRpcParam
class CustRpcParam extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.elitesland.ystdms.ss.api.rpc.sales.dto.CustWebNameAndErpShopQueryParam
class CustWebNameAndErpShopQueryParam extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.elitesland.ystdms.ss.api.rpc.sales.dto.FenxiaoNickNoAndErpShopQueryParam
class FenxiaoNickNoAndErpShopQueryParam extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.elitesland.ystdms.ss.api.rpc.sales.dto.OperationChannelRpcDTO
class OperationChannelRpcDTO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
channelCode
String channelCode
渠道编码 -
channelManagerUserCodes
List<String> channelManagerUserCodes
渠道负责人用户编码 -
channelManagerUserNames
List<String> channelManagerUserNames
渠道负责人用户名称 -
channelName
String channelName
渠道名称 -
childChannels
List<OperationChannelRpcDTO.ChildChannel> childChannels
子渠道 -
creditControlDimension
String creditControlDimension
信用控制维度 -
creditControlDimensionName
String creditControlDimensionName
信用控制维度名称 -
deptCode
String deptCode
部门编码 -
deptId
UUID deptId
部门id -
deptName
String deptName
部门名称 -
id
UUID id
-
level
Integer level
渠道层级 -
remark
String remark
渠道描述 -
sapProfitCenter
String sapProfitCenter
sap利润中心 -
sapProfitCenterName
String sapProfitCenterName
sap利润中心名称 -
sapSalesChannel
String sapSalesChannel
sap销售渠道 -
sapSalesChannelName
String sapSalesChannelName
sap销售渠道名称 -
sapSalesGroup
String sapSalesGroup
sap销售组 -
sapSalesGroupName
String sapSalesGroupName
sap销售组名称 -
sapSalesOrg
String sapSalesOrg
sap销售办公室 -
sapSalesOrgName
String sapSalesOrgName
sap销售办公室名称 -
sortNo
Integer sortNo
排序号 -
status
String status
渠道状态 -
statusName
String statusName
渠道状态名称 -
upperChannelCode
String upperChannelCode
上级渠道编码 -
upperChannelId
UUID upperChannelId
上级渠道Id -
upperChannelName
String upperChannelName
上级渠道名称
-
-
类 com.elitesland.ystdms.ss.api.rpc.sales.dto.OperationChannelRpcDTO.ChildChannel
class ChildChannel extends Object implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.elitesland.ystdms.ss.api.rpc.sales.save
-
类 com.elitesland.ystdms.ss.api.rpc.sales.save.GeekDocRpcSaveVO
class GeekDocRpcSaveVO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
accountId
String accountId
达人账号 -
addressType
String addressType
地址类型 -
buCode
String buCode
部门编码 -
buId
UUID buId
部门id -
city
String city
城市 -
contact
String contact
-
contactPhone
String contactPhone
-
detailAddress
String detailAddress
详细地址 -
district
String district
区县 -
dyAccountId
String dyAccountId
达人抖音账号 -
geekChannelType
String geekChannelType
达人渠道类型 -
geekCode
String geekCode
达人编码 -
geekName
String geekName
达人名称 -
geekShortName
String geekShortName
达人简称 -
id
UUID id
-
managerCode
String managerCode
负责人编码 -
managerId
UUID managerId
负责人id -
province
String province
省份 -
remark
String remark
备注 -
resourceContact
String resourceContact
资源联系方式 -
resourceName
String resourceName
资源名称 -
resourceType
String resourceType
资源类型
-
-
-
程序包 com.elitesland.ystdms.ss.api.rpc.shop.dto
-
类 com.elitesland.ystdms.ss.api.rpc.shop.dto.ShopRpcDTO
class ShopRpcDTO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
aggregatedCurrencyCode
String aggregatedCurrencyCode
-
billType
String billType
-
businessType
String businessType
-
contactPerson
String contactPerson
-
createAt
LocalDateTime createAt
-
creator
String creator
-
custInfoList
List<ShopRpcDTO.CustInfoDTO> custInfoList
-
deliveryTransitDays
Integer deliveryTransitDays
-
expressSupplierCode
String expressSupplierCode
-
fulfillmentSupplierCode
String fulfillmentSupplierCode
-
id
UUID id
-
otherCurrencyCode
String otherCurrencyCode
-
performingSupCode
String performingSupCode
-
preAccountSupCode
String preAccountSupCode
-
promotionSupplierCode
String promotionSupplierCode
-
remark
String remark
-
salesOutboundOrderFrequency
String salesOutboundOrderFrequency
-
shopFeature
String shopFeature
-
shopGroup
String shopGroup
-
shopManager
String shopManager
-
shopName
String shopName
-
shopNickName
String shopNickName
-
shopNo
String shopNo
-
shopPlatform
String shopPlatform
-
shopPlatformName
String shopPlatformName
-
status
String status
-
subCustId
String subCustId
-
updateAt
LocalDateTime updateAt
-
updater
String updater
-
-
类 com.elitesland.ystdms.ss.api.rpc.shop.dto.ShopRpcDTO.CustInfoDTO
class CustInfoDTO extends Object implements Serializable- serialVersionUID:
- 1L
-
类 com.elitesland.ystdms.ss.api.rpc.shop.dto.ShopRpcOrderDTO
class ShopRpcOrderDTO extends Object implements Serializable- serialVersionUID:
- 1L
-
序列化字段
-
aggregatedCurrencyCode
String aggregatedCurrencyCode
-
billType
String billType
-
businessType
String businessType
-
contactPerson
String contactPerson
-
createAt
LocalDateTime createAt
-
creator
String creator
-
deliveryTransitDays
Integer deliveryTransitDays
-
expressSupplierCode
String expressSupplierCode
-
fulfillmentSupplierCode
String fulfillmentSupplierCode
-
group
String group
-
id
UUID id
-
otherCurrencyCode
String otherCurrencyCode
-
performingSupCode
String performingSupCode
-
preAccountSupCode
String preAccountSupCode
-
promotionSupplierCode
String promotionSupplierCode
-
remark
String remark
-
salesOutboundOrderFrequency
String salesOutboundOrderFrequency
-
shopFeature
String shopFeature
-
shopManager
String shopManager
-
shopName
String shopName
-
shopNickName
String shopNickName
-
shopNo
String shopNo
-
shopPlatform
String shopPlatform
-
shopPlatformName
String shopPlatformName
-
status
String status
-
subCustId
String subCustId
-
updateAt
LocalDateTime updateAt
-
updater
String updater
-
-
-
程序包 com.elitesland.ystdms.ss.api.rpc.shop.query
-
类 com.elitesland.ystdms.ss.api.rpc.shop.query.ShopRpcParam
class ShopRpcParam extends Object implements Serializable- serialVersionUID:
- 1L
-
-
程序包 com.elitesland.ystdms.ss.api.rpc.supp.resp
-
类 com.elitesland.ystdms.ss.api.rpc.supp.resp.SrmSuppRpcVo
class SrmSuppRpcVo extends Object implements Serializable- serialVersionUID:
- 1L
-