feat: 添加申请时间字段

This commit is contained in:
caiyuchao
2025-07-04 18:52:59 +08:00
parent bb9a082e78
commit b56b8c9a26
4 changed files with 20 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ export namespace LicenseApi {
activationCode: string; // 激活码
licenseContent: string; // License内容
applicant: number; // 申请人
applicationTime: Dayjs | string; // 申请时间
approver: number; // 审批人
status: number; // 状态
remark: string; // 备注