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

    Interface BranchInfo

    分支信息

    interface BranchInfo {
        name: string;
        id?: string;
        parentBranch?: string;
        createdAt?: Date;
        createdBy?: string;
        baseVersion?: number;
        isDefault?: boolean;
    }
    Index

    Properties

    name: string

    分支名称

    id?: string

    分支ID

    parentBranch?: string

    父分支名称

    createdAt?: Date

    创建时间

    createdBy?: string

    创建者

    baseVersion?: number

    基于的版本号

    isDefault?: boolean

    是否为默认分支