河北专项检查和移动端
This commit is contained in:
@@ -13,6 +13,24 @@ namespace WebAPI.Controllers
|
||||
/// </summary>
|
||||
public class ProjectController : ApiController
|
||||
{
|
||||
#region
|
||||
public Model.ResponeData getALLProjects()
|
||||
{
|
||||
Model.ResponeData responeData = new Model.ResponeData();
|
||||
try
|
||||
{
|
||||
List<Model.ProjectItem> projectList = BLL.APIProjectService.geProjects();
|
||||
responeData.data = projectList;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
responeData.code = 0;
|
||||
responeData.message = ex.Message;
|
||||
}
|
||||
return responeData;
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region 根据userid获取用户参与项目
|
||||
/// <summary>
|
||||
/// 根据userid获取用户参与项目
|
||||
|
||||
Reference in New Issue
Block a user