goods同步
This commit is contained in:
@@ -11,7 +11,10 @@ public interface ILbOrderRowService extends IService<LbOrderRow> {
|
||||
|
||||
Map<String, Object> update(LbOrderRow entity);
|
||||
|
||||
Map<String, Object> deleteById(Long id);
|
||||
/**
|
||||
* 按复合主键 {@code (tenant_id, id)} 删除;{@code tenantId} 为空时使用当前租户上下文。
|
||||
*/
|
||||
Map<String, Object> deleteById(Long id, String tenantId);
|
||||
|
||||
Map<String, Object> pageQuery(
|
||||
Integer current,
|
||||
|
||||
Reference in New Issue
Block a user