using System; using System.Collections.Generic; using System.Text; namespace wms.dto.request.sx { public class UpdateBlackCountReq { /// /// 1:BS40/60工字轮, 2:BS80工字轮 /// public string SpoolType { get; set; } public int Count { get; set; } } }