namespace MES.Service.Dto.webApi; public class ErpProductionNotice { public string Id { get; set; } /// /// 0 启用 1禁用 2 审核 3反审核 /// public string? Type { get; set; } public string? FNumber { get; set; } public string? FName { get; set; } public string? F_XH { get; set; } public string? F_SL { get; set; } public string? F_KH { get; set; } public string? FDescription { get; set; } }