| 限定符和类型 | 方法和说明 |
|---|---|
CreateStoreGeneral |
CreateStoreGeneral.Builder.build() |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
AbstractStoreManager.createOrUpdateStoreGeneral(CreateStoreGeneral createStoreGeneral,
CreateMode createMode,
java.lang.Long opUserId) |
long |
StoreManager.createOrUpdateStoreGeneral(CreateStoreGeneral createStoreGeneral,
CreateMode createMode,
java.lang.Long opUserId)
为店铺新增基本信息.
|
protected abstract long |
AbstractStoreManager.createOrUpdateStoreGeneralDbOp(CreateStoreGeneral createStoreGeneral,
CreateMode createMode,
java.lang.Long opUserId) |
static UpdateStoreGeneral |
UpdateStoreGeneral.from(java.lang.Long storeGeneralId,
CreateStoreGeneral createStoreGeneral)
当执行create or update时有用.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AbstractStoreManager.directBatchInsertStoreGeneral(java.util.List<CreateStoreGeneral> createStoreGenerals,
java.lang.Long opUserId) |
void |
StoreManager.directBatchInsertStoreGeneral(java.util.List<CreateStoreGeneral> createStoreGenerals,
java.lang.Long opUserId)
为店铺新增基本信息.
|
protected abstract void |
AbstractStoreManager.directBatchInsertStoreGeneralDbOp(java.util.List<CreateStoreGeneral> createStoreGenerals,
java.lang.Long opUserId) |
Copyright © 2020. All rights reserved.