using WCS.Entity.Protocol.BCR; namespace WCS.WorkEngineering.Protocol.BCR { /// /// 扫码头协议81 /// public interface IBCR81 : BCR81 { } }