This commit is contained in:
Administrator
2025-08-08 10:21:37 +08:00
parent 6bab550029
commit ec10996079
4 changed files with 30 additions and 17 deletions

View File

@@ -23,8 +23,8 @@ namespace GZ_LTHPilot_ORDER.Models.K3Request
public class Model
{
public string FSaleOrgList { get; set; }
public DateTime FSoFromDate { get; set; }
public DateTime FSoToDate { get; set; }
public string FSoFromDate { get; set; }
public string FSoToDate { get; set; }
public string FSaleOFrom { get; set; }
public string FSaleOTo { get; set; }