|
@ -82,4 +82,6 @@ public interface CustomerFootBarDao extends BaseDao<CustomerFootBarEntity> { |
|
|
List<String> listFootBarOwnerCustomerIds(); |
|
|
List<String> listFootBarOwnerCustomerIds(); |
|
|
|
|
|
|
|
|
void physicsDeleteById(@Param("id") String id); |
|
|
void physicsDeleteById(@Param("id") String id); |
|
|
|
|
|
|
|
|
|
|
|
void physicsDeleteByAppTypeAndBarKey(@Param("appType") String appType, @Param("barKey") String barKey); |
|
|
} |
|
|
} |