using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; namespace HXX.Scanner.Biz.Socket { /// /// pushCompleteScan返回值,因为是主动命令,返回值实际未接收 /// public class response_pushCompletedScan : response_base { public response_pushCompletedScan() { action = "pushCompletedScan"; } } }