添加接口
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2025-10-21 14:34:20 +08:00
parent 08e62e4500
commit 6fdad9a482
2 changed files with 19 additions and 0 deletions
@@ -44,6 +44,11 @@ public class SetUserAgreementCurrentVersionInDto
public Guid Id { get; set; }
}
public class GetUserAgreementByIdInDto
{
public Guid Id { get; set; }
}
public class UserAgreementQuery:PageInput
{
public DateTime? StartEffectiveDate { get; set; }