sozsoft-platform/api/src/Sozsoft.Platform.Domain.Shared/Enums/DefaultValueDict.cs

9 lines
183 B
C#
Raw Normal View History

2026-05-17 18:20:44 +00:00
namespace Sozsoft.Platform.Enums;
public class DefaultValueDict
{
public object CustomValue { get; set; }
public FieldCustomValueTypeEnum CustomValueType { get; set; }
}