feat: 添加申请时间字段
This commit is contained in:
@@ -18,6 +18,7 @@ export namespace LicenseApi {
|
||||
activationCode: string; // 激活码
|
||||
licenseContent: string; // License内容
|
||||
applicant: number; // 申请人
|
||||
applicationTime: Dayjs | string; // 申请时间
|
||||
approver: number; // 审批人
|
||||
status: number; // 状态
|
||||
remark: string; // 备注
|
||||
|
||||
Reference in New Issue
Block a user