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