1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| using Model;
| using Newtonsoft.Json;
| using Newtonsoft.Json.Linq;
| using Pub_Class;
| using System;
| using System.Collections;
| using System.Collections.Generic;
| using System.Data;
| using System.Data.SqlClient;
| using System.Web.Http;
| using WebAPI.Models;
|
| namespace WebAPI.Controllers
| {
| //销售合同Controller
| public class Xs_ContractBillController : ApiController
| {
|
| }
| }
|
|