mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-10 19:44:59 +00:00
【功能优化】IOT:枚举和复制到剪贴板方法优化
This commit is contained in:
@@ -18,6 +18,12 @@ export interface ProductVO {
|
||||
createTime: Date // 创建时间
|
||||
}
|
||||
|
||||
// IOT 数据校验级别枚举类
|
||||
export enum ValidateTypeEnum {
|
||||
WEAK = 0, // 弱校验
|
||||
NONE = 1 // 免校验
|
||||
}
|
||||
|
||||
// IoT 产品 API
|
||||
export const ProductApi = {
|
||||
// 查询产品分页
|
||||
|
||||
Reference in New Issue
Block a user