添加项目文件。
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
namespace JNPF.VisualData.Entitys.Dto.ScreenConfig;
|
||||
|
||||
/// <summary>
|
||||
/// 大屏配置创建输入.
|
||||
/// </summary>
|
||||
public class ScreenConfigCrInput
|
||||
{
|
||||
/// <summary>
|
||||
/// 组件json.
|
||||
/// </summary>
|
||||
public string component { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 配置json.
|
||||
/// </summary>
|
||||
public string detail { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user