- using System;
- using System.Collections.Generic;
- using System.Text;
- namespace wms.dto.request.cp
- {
- public class ProductStockInBackRequest
- {
- public string HuNr { get; set; }
- public string StoreCode { get; set; }
- public string StoreName { get; set; }
- public string LocatCode { get; set; }
- }
- }
|