|
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; }
|
|
}
|
|
}
|