17 lines
258 B
C#
17 lines
258 B
C#
|
|
using BLL;
|
|||
|
|
using Model;
|
|||
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Web.Http;
|
|||
|
|
|
|||
|
|
namespace WebAPI.Controllers
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// 质量会议
|
|||
|
|
/// </summary>
|
|||
|
|
public class CQMSMeetingController : ApiController
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|