1
zxx
3 天以前 d66d362ee6d76f02331e56df1fdec1c2114c9f3e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
using HH.WCS.XiaoMi.api;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Web.Http;
 
namespace HH.WCS.XiaoMi.LISTA.api
{
    public class MesController : System.Web.Http.ApiController
    {
       
    }
}