123456789101112131415161718 |
- 序号,英文名称,中文名称,数据类型,默认值,格式化,非空/引用,最小(长度/值),最大(长度/值),验证规则,标准数据ID,XML样式,TAG标签,映射/子标签,CDATA
- 1,total,总数,int,,,,,,,,,,,
- 3,count,当页总数,int,,,,,,,,,,,
- 2,rows,数据,list,,,,,,,,,,,
- 2.1,goodsCode,商品编码,string,,,,,,,,,,,
- 2.2,price,价格,string,,,,,,,,,,,
- 2.3,salePrice,销售价格,string,,,,,,,,,,,
- 2.4,name,商品名称,string,,,,,,,,,,,
- 2.5,returnGoods,购买的商品数量,string,,,,,,,,,,,
- 2.6,saleUnit,出售方式(0-整卖 1-零卖),string,,,,,,,,,,,
- 2.7,priceMedia,标价单位(1-积分 2-人民币),string,,,,,,,,,,,
- 2.8,isDiscount,是否有折扣(1-折扣),string,,,,,,,,,,,
- 2.9,description,描述,string,,,,,,,,,,,
- 2.10,remarks,说明,string,,,,,,,,,,,
- 2.11,subType,子类型,string,,,,,,,,,,,
- 2.12,goodsId,商品Id,string,,,,,,,,,,,
- 6,orderSortName,排序表头,string,,,,,,,,,,,
- 7,orderSortType,排序方向,string,,,,,,,,,,,
|