zjh
2025-09-09 c9abb56a208bf10e726b97122dcc19680c176c49
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; }
    }
}