Files
kunshan-bzfm-mes-backend/DOAN.Model/MES/SmartScreen/Quality/Dto/QualitySmartScreenDto.cs
2025-03-27 15:17:23 +08:00

18 lines
339 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DOAN.Model.MES.SmartScreen.Quality.Dto
{
public class QualitySmartScreenDto
{
public string StoveCode { get; set; }
public string DefectName { get; set; }
public int? Number { get; set; }
}
}