- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace WCS.Service.Entity
- {
- public class GetProductInfoRequest
- {
- public string BarCode { get; set; }
- public bool IsOk { get; set; }
- }
- }
|