IDP.Custom.Design.CustomModel.newCustomModelByProductIdAsync() 函数
function newCustomModelByProductIdAsync(productId: string): Promise<CustomModel | undefined>;
通过商品ID创建一个CustomModel对象
参数:
-
productId: string商品ID
@vm-type NewCustomModelByProductIdAsync
返回值: Promise<CustomModel | undefined>