zjh
2025-08-25 25fde6086c76f0bcc2848305f90432a3716a5c61
1
2
3
4
5
6
7
8
9
namespace MES.Service.Dto.service
{
    public class WhqohDto
    {
 
        //public List<WhqohList> items { get; set; }
        public string itemId { get; set; }
    }
}