| Package | Description |
|---|---|
| org.yiwan.seiya.tower.goods.model |
| Modifier and Type | Method and Description |
|---|---|
static GoodsTypeInfo |
GoodsTypeInfo.fromString(String json)
Convert the given JSON string to object of class
GoodsTypeInfo. |
@NotNull @Valid GoodsTypeInfo |
CreateGoodsTypeParam.getGoodsTypeInfo()
商品类型信息
|
GoodsTypeInfo |
GoodsTypeInfo.withAppId(Long appId) |
GoodsTypeInfo |
GoodsTypeInfo.withAppName(String appName) |
GoodsTypeInfo |
GoodsTypeInfo.withCategory(GoodsTypeInfo.CategoryEnum category) |
GoodsTypeInfo |
GoodsTypeInfo.withTenantId(Long tenantId) |
GoodsTypeInfo |
GoodsTypeInfo.withTenantName(String tenantName) |
GoodsTypeInfo |
GoodsTypeInfo.withTypeCode(String typeCode) |
GoodsTypeInfo |
GoodsTypeInfo.withTypeName(String typeName) |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateGoodsTypeParam.setGoodsTypeInfo(GoodsTypeInfo goodsTypeInfo) |
CreateGoodsTypeParam |
CreateGoodsTypeParam.withGoodsTypeInfo(GoodsTypeInfo goodsTypeInfo) |
Copyright © 2019. All rights reserved.