feat:会议室设置添加保密等级

This commit is contained in:
2025-09-05 14:27:16 +08:00
parent 3f2fe7bdd2
commit c4ff58e6f4
6 changed files with 65 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
import type { PageQuery, BaseEntity } from '#/api/common';
import type {PageQuery, BaseEntity} from '#/api/common';
export interface MeetVO {
/**
@@ -90,6 +90,10 @@ export interface MeetVO {
* 负责人
*/
principalsName: string;
/**
* 保密等级
*/
secrecyGrade: string;
}
export interface MeetForm extends BaseEntity {
@@ -236,8 +240,8 @@ export interface MeetQuery extends PageQuery {
searchValue?: string;
/**
* 日期范围参数
*/
* 日期范围参数
*/
params?: any;
/**
@@ -274,7 +278,7 @@ export interface MeetQuery extends PageQuery {
picture: string;
}
export interface ConferenceSettingsDetail{
export interface ConferenceSettingsDetail {
/**
* 主键
*/
@@ -375,7 +379,7 @@ export interface ConferenceSettingsDetail{
}
export interface MeetBo{
export interface MeetBo {
/**
* 会议室名称
*/