1
This commit is contained in:
@@ -7,8 +7,8 @@ namespace DOAN.Admin.WebApi.Controllers.MES.SmartScreen.Site
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// 绿色安全十字架生产
|
/// 绿色安全十字架生产
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Verify]
|
[AllowAnonymous]
|
||||||
[Route("mes/qualityManagement/QualitySmart")]
|
[Route("mes/AndonManagement/SafeGreenSmart")]
|
||||||
public class SiteSafeGreenCrossSmartController : BaseController
|
public class SiteSafeGreenCrossSmartController : BaseController
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -19,6 +19,7 @@ namespace DOAN.Admin.WebApi.Controllers.MES.SmartScreen.Site
|
|||||||
|
|
||||||
|
|
||||||
//TODO 获取本月安全生产数据
|
//TODO 获取本月安全生产数据
|
||||||
|
[HttpGet("greencross")]
|
||||||
public IActionResult GetGeenCrossSmartScreenForMonth()
|
public IActionResult GetGeenCrossSmartScreenForMonth()
|
||||||
{
|
{
|
||||||
var response = siteSafeGreenCrossSmartService.GetGeenCrossSmartScreenForMonth();
|
var response = siteSafeGreenCrossSmartService.GetGeenCrossSmartScreenForMonth();
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ namespace DOAN.Model.MES.Andon.Dto
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public class SiteSafeGreenCrossQueryDto : PagerInfo
|
public class SiteSafeGreenCrossQueryDto : PagerInfo
|
||||||
{
|
{
|
||||||
|
public DateTime? SafeDate { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user