- 内部接口
- 公共接口
- 业务接口
- CN
- A_通用参数
- B_KA配额
- C_IMS指引
- D_GT配额
- Z_报表
- Z1_下单报表
- Z2_汇总报表
- Z2.1_配额模式
- Z2.1.1_对比报表
- Z2.1.2_配额追踪
- Z2.1.3_进度追踪
- Z2.2_IMS指引
- IL
- 系统
- 流程
- 定时任务
- 后台接口
- 消息通知
- 登录POST
- 刷新TokenGET
- SSO登录GET
- 外部API
- Authing
查询(新)
开发中
GET
/api/ImsProcess/ExRfcVsCompanyStockOfDay/GetList
请求参数
Authorization
在 header 添加参数
X-Token
示例:
X-Token: ********************
Query 参数
Brand
string
品牌
SkuCode
string
sku编码
ReportType
string
报表类别
IsExceed
string
是否超额
PageIndex
number
可选
示例值:
1
PageSize
number
可选
示例值:
10
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/ImsProcess/ExRfcVsCompanyStockOfDay/GetList?Brand=&SkuCode=&ReportType=&IsExceed=&PageIndex=1&PageSize=10' \
--header 'X-Token;'
返回响应
🟢200成功
application/json
Body
Status
boolean
必需
Result
object
必需
Code
string
必需
Name
string
必需
SkuCode
null
必需
SkuNameEn
null
必需
Brand
null
必需
BrandName
null
必需
FrisoCalendar
integer
必需
QuotaUsed
integer
QuotaUsed
QuotaReleased
integer
QuotaReleased
QuotaToUsed
integer
QuotaToUsed
SalesStockVolume
integer
Available stock for sales
CanAddExRfc
integer
可继续增配量
ExRfcOfToDay
integer
当天配额量
IsExceed
string
是否超额
HasChildren
boolean
必需
Children
array [object {16}]
必需
Message
string
必需
Code
integer
必需
DataCode
integer
必需
Total
integer
必需
示例
{ "Status": true, "Result": { "Code": "Brand", "Name": "Brand", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": 0, "QuotaReleased": 0, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": true, "Children": [ { "Code": "202706", "Name": "Cereal CN", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": 0, "QuotaReleased": 0, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": true, "Children": [ { "Code": "420116", "Name": "Cereal Oat 240g", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "420117", "Name": "Cereal Rice 240g", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "420324", "Name": "Cereal Wheat 280g", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null } ] }, { "Code": "202701", "Name": "Gold CN", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": 0, "QuotaReleased": 0, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": true, "Children": [ { "Code": "746323", "Name": "Gold F1 400g", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "746324", "Name": "Gold F1 900g", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "747954", "Name": "Gold F2 400g", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "747959", "Name": "Gold F2 900g", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "747961", "Name": "Gold F2 BIB 1200g", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "747962", "Name": "Gold F3 900g", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "747964", "Name": "Gold F3 BIB 1200g", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "408125", "Name": "Gold F3 BIB 2400g", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "747965", "Name": "Gold F4 900g", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "747967", "Name": "Gold F4 BIB 1200g", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null } ] }, { "Code": "202705", "Name": "Natura CN", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": 0, "QuotaReleased": 0, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": true, "Children": [ { "Code": "408139", "Name": "Natura F1 400g", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "420408", "Name": "Natura F1 400g New GB", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "408138", "Name": "Natura F1 800g", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "420409", "Name": "Natura F1 800g New GB", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "408141", "Name": "Natura F2 400g", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "420410", "Name": "Natura F2 400g New GB", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "408140", "Name": "Natura F2 800g", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "420411", "Name": "Natura F2 800g New GB", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "408143", "Name": "Natura F2 BIB 1200g", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "420412", "Name": "Natura F2 BIB 1200g New GB", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "420314", "Name": "Natura F3 400g", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "420413", "Name": "Natura F3 400g New GB", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "408159", "Name": "Natura F3 800g", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "420414", "Name": "Natura F3 800g New GB", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "408161", "Name": "Natura F3 BIB 1200g", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "420415", "Name": "Natura F3 BIB 1200g New GB", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "408162", "Name": "Natura F3 BIB 2400g", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "420416", "Name": "Natura F3 BIB 2400g New GB", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "420009", "Name": "Natura F4 800g", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "420010", "Name": "Natura F4 BIB 1200g", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "743326", "Name": "New Mama F0 400g", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "740887", "Name": "New Mama F0 900g", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null } ] }, { "Code": "202703", "Name": "Prestige CN", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": 0, "QuotaReleased": 0, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": true, "Children": [ { "Code": "420025", "Name": "Prestige F1 350g", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "420401", "Name": "Prestige F1 350g New GB", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "747969", "Name": "Prestige F1 400g", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "420402", "Name": "Prestige F1 400g New GB", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "747971", "Name": "Prestige F1 800g", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "420403", "Name": "Prestige F1 800g New GB", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "747970", "Name": "Prestige F2 400g", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "420404", "Name": "Prestige F2 400g New GB", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "747972", "Name": "Prestige F2 800g", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "420405", "Name": "Prestige F2 800g New GB", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "420266", "Name": "Prestige F3 400g", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "420406", "Name": "Prestige F3 400g New GB", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "747973", "Name": "Prestige F3 800g", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "420407", "Name": "Prestige F3 800g New GB", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "829704", "Name": "Prestige F4 800g", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "420320", "Name": "Prestige F4 800g VICO", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null } ] }, { "Code": "202708", "Name": "Prestige Kids CN", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": 0, "QuotaReleased": 0, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": true, "Children": [ { "Code": "420360", "Name": "Prestige Kids 800g", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null } ] }, { "Code": "202707", "Name": "Wulewei", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": 0, "QuotaReleased": 0, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": true, "Children": [ { "Code": "1225578", "Name": "DL WLW Brain 800g", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null }, { "Code": "1225779", "Name": "DL WLW IMM 800g", "SkuCode": null, "SkuNameEn": null, "Brand": null, "BrandName": null, "FrisoCalendar": 202403, "QuotaUsed": null, "QuotaReleased": null, "QuotaToUsed": 0, "SalesStockVolume": 0, "CanAddExRfc": 0, "ExRfcOfToDay": 0, "IsExceed": "否", "HasChildren": false, "Children": null } ] } ] }, "Message": "操作成功", "Code": 200, "DataCode": 318, "Total": 0 }
修改于 2024-05-10 01:55:00