using MES.Service.Dto.@base; namespace MES.Service.Dto.service; public class XJCloseInspectionDto : Page { public string billNo { get; set; } public int id { get; set; } }