TG.WXCRM.V4/Core.DTO/Hg/Hg_CheckQuality_NoticeSign_...

22 lines
588 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CRM.Core.DTO.Hg
{
public class Hg_CheckQuality_NoticeSign_Dto
{
public int id { get; set; }
public int NoticeId { get; set; }
public string NoticeNo { get; set; }
public string NoticeLevel { get; set; }
public int eid { get; set; }
public string Name { get; set; }
public int Sign { get; set; }
public DateTime SignTime { get; set; }
public string Opinion { get; set; }
}
}