update 优化 套餐新增 状态被覆盖为空问题

This commit is contained in:
疯狂的狮子li
2023-04-18 13:08:35 +08:00
parent 91bb79e29f
commit 802f6240d4
2 changed files with 2 additions and 6 deletions

View File

@ -9,7 +9,6 @@ export interface TenantPkgVO extends BaseEntity {
export interface TenantPkgQuery extends PageQuery {
packageName: string;
status: string;
}
export interface TenantPkgForm {
@ -18,5 +17,4 @@ export interface TenantPkgForm {
menuIds: string;
remark: string;
menuCheckStrictly: boolean;
status: string;
}