feat:会议室设置添加保密等级
This commit is contained in:
@@ -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 {
|
||||
/**
|
||||
* 会议室名称
|
||||
*/
|
||||
|
Reference in New Issue
Block a user