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 DifferenceInventoryPalletCondition : OperationInfo { /// /// 托盘号 /// public string PallectCode { get; set; } } }