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