12 lines
198 B
C#
12 lines
198 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace 电子展板.Utility.ResponseModels
|
|
{
|
|
public class RetStr
|
|
{
|
|
public string Data { get; set; }
|
|
}
|
|
}
|