兰宝车间质量管理系统-前端
疯狂的狮子Li
2023-12-26 085ce4cf43e29965e56b3a4e492abe55d0d6948f
src/api/system/client/types.ts
@@ -7,7 +7,7 @@
  /**
   * 客户端id
   */
  clientId: string | number;
  clientId: string;
  /**
   * 客户端key
@@ -43,7 +43,6 @@
   * 状态(0正常 1停用)
   */
  status: string;
}
export interface ClientForm extends BaseEntity {
@@ -91,7 +90,6 @@
   * 状态(0正常 1停用)
   */
  status?: string;
}
export interface ClientQuery extends PageQuery {
@@ -134,5 +132,4 @@
   * 状态(0正常 1停用)
   */
  status?: string;
}