using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WIP_Models { /// /// 免检未取料标识 /// public struct VirtualTest { /// /// 虚拟送检单 /// public const string Y="Y"; /// /// 送检单 /// public const string N="N"; } }