增加户型部分

This commit is contained in:
ChenX
2022-05-26 11:06:27 +08:00
parent 8477786c73
commit 2282ac009b
646 changed files with 36547 additions and 2964 deletions

View File

@@ -15,7 +15,8 @@ export declare enum CheckObjectType {
SmoothEdge = "smoothEdge",
/**大于0的数字 */
GT0Num = "gt0num",
BMP = "batchmodifypanel"
BMP = "batchmodifypanel",
BF = "boardFind"
}
export declare namespace CheckoutValid {
function HasInvailValue(obj: Object, objType: CheckObjectType): string;
@@ -32,5 +33,6 @@ export declare namespace CheckoutValid {
function CheckOutReferenceCuttingOption(k: string, v: string): string;
function CheckoutWineRackOption(k: string, v: string): string;
function CheckoutLatticeOption(k: string, v: string): string;
function CheckoutBoardFindOption(k: string, v: string): string;
}
//# sourceMappingURL=CheckoutVaildValue.d.ts.map