fcx
昨天 8827ee945f313bdafbe9fdab481c0a0660c551bd
1
2
3
4
5
6
7
8
9
using MES.Service.Dto.@base;
 
namespace MES.Service.Dto.service;
 
public class XJCloseInspectionDto : Page
{
    public string billNo { get; set; }
    public int id { get; set; }
}