namespace Win_in.Sfs.Shared.Domain.Shared; public static class SfsPropertyConst { public const int CodeLength = 64; public const int NameLength = 64; public const int DescLength = 1024; public const int RemarkLength = 3072; public const int TitleLength = 1024; public const int MaxFileNameLength = 1024; public const int MaxBlobNameLength = 1024; }