admin
2023-12-13 471f85bc683af5e612b216b60301e217a704d8e5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
 
namespace GasolineBlend.DAL
{
   public  class WenCaiListPara
    {
 
        public string question { get; set; }
 
        public string perpage { get; set; }
 
        public string page { get; set; }
 
        public string secondary_intent { get; set; } = "stock";
 
        public string log_info { get; set; } = "{ 'input_type':'click' }";
 
        public string source { get; set; } = "Ths_iwencai_Xuangu";
 
        public string version { get; set; } = "2.0";
    }
}