新增试用 更具设置的试用时间

This commit is contained in:
2025-02-07 15:58:00 +08:00
parent 9203788e1d
commit eb8a48c642
4 changed files with 60 additions and 19 deletions
@@ -7,5 +7,7 @@ namespace LMS.Repository.Software
public SoftwareControlEnum.SoftwareControlValidityEnum? ExpirationTime { get; set; }
public bool? IsForever { get; set; }
public bool? IsTry { get; set; }
}
}