yangle
2024-05-27 b56eb514c93264c1a829fdc05426a7e364879271
WebAPI/Controllers/XSGL/Xs_ContractBillController.cs
New file
@@ -0,0 +1,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
    {
    }
}