|
|
|
@ -13,6 +13,4 @@ import org.springframework.stereotype.Repository;
|
|
|
|
|
**/
|
|
|
|
|
@Repository
|
|
|
|
|
public interface WmsActionStepCallParamRepository extends BaseRepository<WmsActionStepCallParam, Long> {
|
|
|
|
|
// @Query("select ascp from WMS_ACTION_STEP_CALL_PARAM ascp inner join wms_action_group_details agd on ascp.agdId=agd.id where agd.agId =: agId")
|
|
|
|
|
// List<WmsActionStepCallParam> queryWmsActionStepCallParamsByAgId(@Param("agId") Long agId);
|
|
|
|
|
}
|
|
|
|
|