- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace Core.StlMes.Client.Mcp.Control.Entity
- {
- public class MchFinalCheckTreatmentEntityAll : MchFinalCheckTreatmentEntity
- {
- public List<MchFinalCheckResultDEntity> UnPassData { get; set; }
- }
- }
|