RuralPowerCompetition_yizhe.../DataService/Api/json_turn_excel_response.cs

17 lines
327 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DataService.Api
{
/// <summary>
/// json转excel接口响应实体
/// </summary>
public class json_turn_excel_response
{
public string MyProperty { get; set; }
}
}