goods同步

This commit is contained in:
2026-05-30 08:26:47 +08:00
parent 246c5a7080
commit dbf408c51f
20 changed files with 1233 additions and 32 deletions

View File

@@ -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,