using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Web.Http;
using WebAPI.Models;
using SyntacticSugar.constant;
using Newtonsoft.Json;
namespace WebAPI.Controllers.SCGL
{
public class Sc_ProductionCycleBillController : ApiController
{
private json objJsonResult = new json();
public DataSet ds = new DataSet();
public SQLHelper.ClsCN oCN = new SQLHelper.ClsCN();
#region 获取制造周期报表
///
/// 获取制造周期报表 有分页
///
/// 制造周期报表列表
[Route("Sc_ProductionCycleBillController/get_ProductionCycleBillListPage")]
[HttpGet]
public object get_ProductionCycleBillListPage(string sWhere, string user, string page, string size)
{
try
{
List