SUB_SHUILIANGJISUAN/Models/FortranRequestWrapper.cs

7 lines
143 B
C#
Raw Normal View History

2025-05-09 17:45:43 +08:00
namespace FortranWebApi.Models
{
public class FortranRequestWrapper
{
public string Text { get; set; } = string.Empty;
}
}