using DapperORMCore.Model.CoreModel; using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.Text; using System.Threading.Tasks; namespace NXWMS.Model.AppModels.Condition.NXPDA.Balance { /// /// 盘点条码 /// public class InventoryBarCodeCondition : OperationInfo { /// /// 条码号 /// public string MaterielBarCode { get; set; } } }