zjh
2025-11-14 e23f47895b97601618d3cd46a789170550a2256a
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; }
    }
}