a
This commit is contained in:
19
08.昶东/EastChanger/STK_StockCountGain/CountGainRequest.cs
Normal file
19
08.昶东/EastChanger/STK_StockCountGain/CountGainRequest.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
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<List<Dictionary<string, object>>>
|
||||
{
|
||||
/// <summary>
|
||||
/// 盘点日期
|
||||
/// </summary>
|
||||
public string inventoryDt { get; set; }
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user