WebCAD-Lib-TS API 文档 - v1.0.0
    Preparing search index...

    Interface IServerMapVersion

    后台图纸版本信息

    interface IServerMapVersion {
        db: string;
        filename: string;
        geom: boolean;
        mtime: string;
        status: string;
        uploadname: string;
        version: string;
        passwordProtection?: boolean;
    }
    Index

    Properties

    db: string
    filename: string
    geom: boolean
    mtime: string
    status: string
    uploadname: string
    version: string
    passwordProtection?: boolean

    是否有密码保护