BaoKai_202508_WebApi_Jingwa.../DataCommon/JsonSTS.cs
2025-08-24 22:23:34 +08:00

15 lines
289 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace DataCommon
{
public class JsonSTS
{
public string STS { get; set; }
public string Error { get; set; }
public List<GoodsType> goodsTypes { get; set; }
}
}