|
|
@@ -468,16 +468,22 @@ declare namespace Model {
|
|
|
bannerpicurl: string
|
|
|
/// 开始交易日(yyyymmdd)
|
|
|
begindate: string
|
|
|
+ cityid: number; // 市
|
|
|
+ cityname: string; // 城市名称
|
|
|
/// 联系人
|
|
|
contactname: string
|
|
|
/// 联系方式
|
|
|
contactnum: string
|
|
|
+ countryid: number; // 国家
|
|
|
+ countryname: string; // 国家名称
|
|
|
/// 品种代码
|
|
|
deliverygoodscode: string
|
|
|
/// 品种ID
|
|
|
deliverygoodsid: number
|
|
|
/// 品种名称
|
|
|
deliverygoodsname: string
|
|
|
+ districtid: number; // 区
|
|
|
+ districtname: string; // 地区名称
|
|
|
/// 结束交易日(yyyymmdd)
|
|
|
enddate: string
|
|
|
/// 单位名称
|
|
|
@@ -490,6 +496,8 @@ declare namespace Model {
|
|
|
minivalue: number
|
|
|
/// 选择项比较串【{选择项ID}+{冒号}+选择项值 } ,逗号分隔,头尾加逗号】-- 所有选择项拼接,用于比较
|
|
|
optioncompare: string
|
|
|
+ provinceid: number; // 省
|
|
|
+ provincename: string; // 省名称
|
|
|
/// 数量
|
|
|
qty: number
|
|
|
/// 用户id
|