IBCR81.cs 193 B

1234567891011
  1. using WCS.Entity.Protocol.BCR;
  2. namespace WCS.WorkEngineering.Protocol.BCR
  3. {
  4. /// <summary>
  5. /// 扫码头协议81
  6. /// </summary>
  7. public interface IBCR81 : BCR81
  8. {
  9. }
  10. }