增加备注
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-02-24 11:32:26 +08:00
parent f995187925
commit 6d009c4f86
2 changed files with 11 additions and 1 deletions
@@ -30,6 +30,8 @@ public class TrialFileTypeSelectView
public bool IsEnable { get; set; }
public bool IsSelfDefine { get; set; }
public ArchiveType ArchiveTypeEnum { get; set; }
}
@@ -90,6 +92,8 @@ public class TrialFileTypeSelectQuery
public bool? IsEnable { get; set; }
public bool? IsSelfDefine { get; set; }
public ArchiveType? ArchiveTypeEnum { get; set; }
}