using EastChanger.Entites; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace EastChanger.STK_StockCountGain { public class CountGainRequest : BaseRequest>> { /// /// 盘点日期 /// public string inventoryDt { get; set; } } }