增加户型部分
This commit is contained in:
4
types/Common/CheckoutVaildValue.d.ts
vendored
4
types/Common/CheckoutVaildValue.d.ts
vendored
@@ -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
|
Reference in New Issue
Block a user